How to make android EditText smaller than default in height?
If I change the height, I can\'t see my text, but it has extra blank on bottom.
change the XML edit text these two property
android:layout_height="15dp" android:textSize="12sp"