For an EditText box, the user should only be entering valid numbers, so I am using android:inputType=\"numberDecimal\". Unfortunately, the soft keyboar
EditText
android:inputType=\"numberDecimal\"
I had the same problem. This works for me:
numberDecimal 0123456789.
Hopefully this helps you.