Android 克拉/光标提示

发布于 2024-10-23 20:46:10 字数 132 浏览 1 评论 0原文

我注意到,如果我使用 android:hint 并使用 android:gravity="center" 集中提示,这将导致当 EditText 接收焦点时克拉集中。

出于好奇,有谁知道当提示集中时,在提示开始时是否仍然有可能有克拉?

I notice that if I use android:hint and centralize my hint with android:gravity="center", this will lead to the carat being centralized when the EditText receives focus.

Out of curiousity, does anyone know if it is possible to still have carat at start of hint, when hint is centralized?

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

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

发布评论

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

评论(1

暖伴 2024-10-30 20:46:10

我没有看到一个明显的方法来完成你所要求的事情。

您是否考虑过首先使插入符号不可见,然后使其可见并在用户通过事件处理程序激活它时删除提示?

I don't see an obvious way to do what you asked.

Have you considered making the caret invisible at first, then making it visible + removing the hint when the user activates it via event handlers?

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