Android - resized editText with text not centered?
I have problem with resized editText (I made him smaller, actually), he has 40dip height, and according to some rule, I have made text 3 times smaller, to text has 13dip (or sp). Never 开发者_如何学Gomind the size of the text, text inside editText is not in the middle speakoing of vercital middle. I looks weird and unprofessionaly, but I haven't found any settings how to correct that. I cannot enlarge it on it's standard size because of screen resolution... any ideas?
Thanks
Inside ur layout xml file, for the EditText u give,
android:gravity="center"
精彩评论