Android 克拉/光标提示
我注意到,如果我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我没有看到一个明显的方法来完成你所要求的事情。
您是否考虑过首先使插入符号不可见,然后使其可见并在用户通过事件处理程序激活它时删除提示?
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?