安卓键盘

发布于 2024-11-04 06:07:08 字数 115 浏览 0 评论 0 原文

我安装了两个键盘 - Swype 和三星。有什么方法可以强制 Android 在我的 EditText 上显示三星键盘,无论我的设置是什么?

还有一个过滤器可以禁用文本预测吗?

谢谢。

I have two keyboard installed- Swype and samsung. Is there any way I can force Android to show samsung keyboard on my EditText no matter what my setting is ??

Also is there a filter where I can disable text prediction??

Thank you.

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

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

发布评论

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

评论(1

北陌 2024-11-11 06:07:08

您可以将 edittext 小部件的 inputType 设置为您想要的内容,如下所示

您可以在此处阅读更多信息

http://developer.android.com/resources/ articles/on-screen-inputs.html

这里有一长串可用的首选项

http://developer.android.com/reference/android/widget/TextView.html#attr_android:inputType

You can set edittext widget's inputType for what you want like below

You can read more here

http://developer.android.com/resources/articles/on-screen-inputs.html

There is a long list of available preferences here

http://developer.android.com/reference/android/widget/TextView.html#attr_android:inputType

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