Only show number buttons on Soft Keyboard in Android?

前端 未结 8 1442
栀梦
栀梦 2020-12-01 10:06

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

8条回答
  •  粉色の甜心
    2020-12-01 11:02

    The phone number pad is the closest thing I've found (set inputType="phone" on your EditText).

提交回复
热议问题