Android 隐藏键盘但光标停留在屏幕上

发布于 2024-12-03 02:45:14 字数 124 浏览 2 评论 0原文

早上好!

在我正在开发的应用程序中,我隐藏了软键盘并在屏幕上显示了黑色覆盖层。我遇到的问题是,隐藏键盘后,EditText 上仍然有一个小指示器/光标。

我怎样才能隐藏这个?

非常感谢!

Good morning!

On an app that I'm working on, I hide the soft keyboard and have a dark overlay appear on screen. The issue I'm having is that after the keyboard is hidden, there is still a little indicator/cursor on the EditText.

How can I hide this?

Many thanks!

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

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

发布评论

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

评论(1

远昼 2024-12-10 02:45:14

您可以使用 xml 属性 android:cursorVisible 或 java 函数 setCursorVisible(boolean)。

You can use either the xml attribute android:cursorVisible or the java function setCursorVisible(boolean).

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