Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
早上好!
在我正在开发的应用程序中,我隐藏了软键盘并在屏幕上显示了一个黑色的覆盖层。我遇到的问题是,隐藏键盘后,EditText 上仍然有一个小指示器/光标。
我该如何隐藏这个?
非常感谢!
您可以使用 xml 属性 android:cursorVisible 或 java 函数 setCursorVisible(boolean)。