I have an EditText
box and I want the default keyboard that should come up when it is selected to be the alphabetic keypad, since most of the time users will be entering alphabetic characters.
However, I also want to allow users to enter numbers too, if they need to. Using android:inputType="text" restricts input to characters only. What options do I have?