jpffilho / pedometer

Automatically exported from code.google.com/p/pedometer
0 stars 0 forks source link

Buttona, edittext distorted on low pid phone #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start the app 

What is the expected output? What do you see instead?
normal buttons

What version of the product are you using? On what operating system?
1.2, on android 2.1

Please provide any additional information below.
possible fix..
<supports-screens
          android:largeScreens="true"
          android:normalScreens="true"
          android:smallScreens="true"
          android:anyDensity="true" />

Original issue reported on code.google.com by zoltan.b...@gmail.com on 11 Nov 2010 at 1:50