On the soft keyboard in Android you can set the soft keyboard to show the numbers instead of a-z keyboard using android:inputType=\"numberDecimal\". However, wh
android:inputType=\"numberDecimal\"
The phone number pad is the closest thing I've found (set inputType="phone" on your EditText).
inputType="phone"
EditText