如何让 android 键盘显示“.com”按钮

发布于 2024-11-29 13:39:38 字数 130 浏览 2 评论 0原文

我有一个EditText。我的 EditTextimeOptions 属性是 actionGo。我需要做什么才能让它显示“.com”键?

I have an EditText. My imeOptions attribute for the EditText is actionGo. What do I have to do to make it display a '.com' key?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

锦欢 2024-12-06 13:39:38

我认为这是由 android:inputType 控制的。
尝试textUri

This is controlled by android:inputType i think.
Try textUri.

千寻… 2024-12-06 13:39:38

为此,您必须为编辑文本提供输入类型属性才能执行此操作。

android:inputType="textEmailAddress"

For this you have to provide your edittext with input type attribute to do this.

android:inputType="textEmailAddress"
花落人断肠 2024-12-06 13:39:38

使用 EditText 属性 android:inputType="textWebEditText" 应该为您提供 .com 和适用的网络按钮

Using the EditText attribute android:inputType="textWebEditText" should give you the .com and applicable web buttons

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