I have an EditText
like this.
<EditText
...
android:inputType="numberDecimal"
android:digits="0123456789.," />
On most devices it works fine, all the characters specified in android:digits
are accepted. But on Samsung GT-P5100 (Galaxy Tab 2 10.1) the comma is disabled:
Any ideas?
Use android:inputType="phone". :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With