开发者

Android - resized editText with text not centered?

开发者 https://www.devze.com 2023-02-15 13:26 出处:网络
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 开发者_如何学Go

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?

Android - resized editText with text not centered?

Thanks


Inside ur layout xml file, for the EditText u give,

android:gravity="center"
0

精彩评论

暂无评论...
验证码 换一张
取 消