I'm developing an Android app targeting Android 2.3 (API9).
I want to resize the height of a simple EditText
but when I set android:layout_height="10pt"
the border of the EditText
becomes dislocated.
The problem is shown here
I tried layout_height, height, textsize.. pt, px, sp... but the same problem.
I haven't tried the application on real device yet.