如何禁用Android键盘中的语音输入键

发布于 2024-11-05 13:53:57 字数 42 浏览 1 评论 0原文

我需要一个代码来禁用/隐藏 Android 键盘中的语音输入键。 谢谢

i need a code to disable/hide the voice input key in android keyboard.
thanks

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

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

发布评论

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

评论(2

但可醉心 2024-11-12 13:53:57

@tim您可以将 android:inputType="text|textVisiblePassword|textMultiLine" 添加到 xml 中的 EditText 。这段代码隐藏了语音输入,但自动建议也会同时关闭。

@tim You can add android:inputType="text|textVisiblePassword|textMultiLine" to EditText in your xml. This piece of code hides the voice input but auto-suggestion will be closed at the same time.

像极了他 2024-11-12 13:53:57

您无法“禁用/隐藏 Android 键盘中的语音输入键”。如果您正在编写自己的输入法(也称为软键盘),则可以选择不使用语音输入键,但不能从系统提供的或第三方键盘中删除按键。

You cannot "disable/hide the voice input key in android keyboard". If you are writing your own input method (a.k.a., soft keyboard), you can elect not to have the voice input key, but you cannot remove keys from system-supplied or third-party keyboards.

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