I have an editText which is set to accept numbers only, as expected the keyboard pops up to input numbers but its the one which also has @, & #, etc. I want to display the keypad which we have in a default dialer which is used to enter phone number to call. That one is much easier to use when the motive is to enter only numbers. Is there any way to do it?
I have an editText which is set to accept numbers only, as expected the
Share
android:inputType="phone"should do what you want.