In Android, how to create EditText of fixed width?

后端 未结 10 458
醉酒成梦
醉酒成梦 2020-12-04 17:52

I would like to create an EditText which accepts only numbers, has a maximum of 4 numbers, and is never narrower than it would be if filled with 4 numbers (does not shrink

10条回答
  •  天命终不由人
    2020-12-04 18:25

    I use android:layout_width="60dip" so agree with mike fratto.

    The ems solution appears to be interesting as well.

    Phil

提交回复
热议问题