I need to insert in an EditText some numeric data with decimal. I know that i could insert this:
android:inputType="numberDecimal"
in my xml file. But I'd like a different keyboard with only numeric (and point) keys. Something like the "phone" keyboard (android:inputType="phone"
).
I know, this is a duplicated question (here the original) but i decided to open a new one because the first one doesn't look to have a good solution.