Hi all,
I have 2 EditText (text1, text2) setted by code with the same height.
On text2 I use ColorDrawable to set its background color ... why, on screen, text2 seems higher than text1 even if they have the same height?!?!?
I remember that on older Android versions the default visible size of an EditText is smaller then the outer size.
You might set a ColorDrawable to both EditTexts.