在 Android 中设置屏幕键盘类型

发布于 2024-12-07 04:49:49 字数 96 浏览 1 评论 0原文

我想知道当我们想在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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

瞳孔里扚悲伤 2024-12-14 04:49:50

是 用作

 android:inputType="textShortMessage|textAutoCorrect|textCapSentences|textMultiLine"

EditText 和其他可写小部件的 XML 标记

Yes Use

 android:inputType="textShortMessage|textAutoCorrect|textCapSentences|textMultiLine"

As a XML tag for EditText's and other writtable widgets

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文