Android: Height of EditText widget
I need to make an EditText
smaller in height than the default wrap_content
height.
Reducing the layout height property doesn't work. Reducing the text size property doesn't work. Reducing the padding doesn't work. All these attempts have produced horrible visual effects.
Does an开发者_运维知识库yone please know how to do this successfully ?
It's not possible unless recreating the ui pictures.
精彩评论