Hi I want to show only numbers and characters on the keypad for EditText in android, I did try to add the attribute android:inputType = text|number
but it did not work.
Please help me with any other better suggestion. thanks in advance.
Hi I want to show only numbers and characters on the keypad for EditText in android, I did try to add the attribute android:inputType = text|number
but it did not work.
Please help me with any other better suggestion. thanks in advance.
If you want to add spaces you can give space after the last digit.