我只是想在某个 EditText 获得焦点后立即切换到数字键盘模式.
I just basically want to switch to the number pad mode as soon a certain EditText has the focus.
你可以配置一个 inputType
为您的 <代码>编辑文本:
You can configure an inputType
for your EditText
:
<EditText android:inputType="number" ... />
这篇关于如何在 android 的 EditText 上显示数字键盘?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!