Is there any way to restrict that only 2 digits can enter in the EditText at the Runtime.
For Example:
If i set my android:inputType="numberDecimal" and i am entering the value in it. It accepts the value 123.000000000000. But i want to restrict it like 123.00
Is there any Possible way to do this?
Take a look at the following post, maybe of some help for you:
Preventing input