Re: [android-developers] EditText: numeric input size

2011-10-05 Thread Kostya Vasilyev
Try using android:maxLength MaxEms has to do with the appearance, not data entry. 05.10.2011 21:05, John Goche ?: Hello, I have an EditText which contains an integer. I am trying to confine its values to 4 digits as follows: but when I run my app in the emulator I can type mo

[android-developers] EditText: numeric input size

2011-10-05 Thread John Goche
Hello, I have an EditText which contains an integer. I am trying to confine its values to 4 digits as follows: but when I run my app in the emulator I can type more than 4 digits. What should I do? Thanks, John Goche -- You received this message because you are subscribed to the Goo