如何更改 Android 键盘上的域扩展名
当您有一个指定为 android:inputType="textEmailAddress" 的 EditText 字段时,是否可以更改 Android 键盘上的域扩展名 (.com)?
Is it possible to change the domain extension (.com) on the Android Keyboard when you have an EditText field that is specified to be android:inputType="textEmailAddress"?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嘿,还有另一个关于这个问题的讨论,基本上,它指出该字段对屏幕键盘显示的扩展名没有直接影响。
android:inputType="textEmailAddress" - '@' 键和 '.com'钥匙?
Hey, there's been another discussion about that, basically, it states that there's no direct influence of the field on what extension the on-screen keyboard shows.
android:inputType="textEmailAddress" - '@' key and a '.com' key?