在 Android 中设置屏幕键盘类型
我想知道当我们想在android中输入任何内容时弹出的软键盘是否可以配置。例如,在iOS中,我们可以将键盘的类型设置为数字或字母数字或电子邮件等。Android中有类似的东西吗?
I was wondering whether the soft keyboard that pops up when we want to type anything in android can be configured. For example, in iOS, we can set the type of the keyboard to be numeric or alphanumeric or email etc. Is there anything similar in Android ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是 用作
EditText 和其他可写小部件的 XML 标记
Yes Use
As a XML tag for EditText's and other writtable widgets