软键盘 - 仅数字
我的问题与这个问题有点相关: Android 上的数字软键盘
但是,问题上面没有回答,所以我在这里。
有一个 EditText,当它被触摸或获得焦点时,我希望软件键盘默认显示为数字!当然,您可以切换回字母数字,但我想强制它显示为数字。
谢谢大家
my question is kinda related to this question: Numeric Soft Keyboard on Android
BUT, the question above isnt answered, so here i am.
Theres a EditText that when it gets touched or has focus, i want the Software Keyboard to show up by default as NUMERIC! Of course, you can switch back to ALPHANUMERIC, but i want to force it to show up as NUMERIC.
Thanks guys
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用
android:inputType
具有number
值的 XML 属性:Use the
android:inputType
XML attribute with thenumber
value: