如何显示在Android的一个EditText数字键盘?数字键盘、Android、EditText

2023-09-13 23:39:53 作者:红颜未老心先死

我基本上只是想尽快切换到数字键盘模式有一定的EditText具有焦点。

I just basically want to switch to the number pad mode as soon a certain EditText has the focus.

推荐答案

您可以配置一个inputType为您的EditText:

You can configure an inputType for your EditText:

<EditText android:inputType="number" ... />
 
精彩推荐
图片推荐