突出显示选择器不会出现在链接的 ListViewItem 上

发布于 2024-11-03 01:12:24 字数 177 浏览 1 评论 0原文

当我在 ListViewItem 中使用 Linkify 时,突出显示选择器似乎会关闭,并且只有文本会突出显示。

Linkify.addLinks(bodyTextView, Linkify.WEB_URLS);

单击 ListViewItem 时如何恢复突出显示选择器?

When I use Linkify in my ListViewItem the highlight selector seems to go off and only the text gets highlighted.

Linkify.addLinks(bodyTextView, Linkify.WEB_URLS);

How can I get the highlight selector back when I click on a ListViewItem?

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

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

发布评论

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

评论(1

鹤舞 2024-11-10 01:12:24

一旦您的 ListView 项目内有其他元素(在本例中为链接文本),您就失去了关注实际列表项的能力。据我所知。一旦您在其中添加按钮或复选框,就会发生同样的事情。

请参阅 Romain Guy 就类似主题发布的帖子。

As soon as you have other elements that focus inside your ListView items, in this case, the linkified text, then you loose the ability to focus on the actual list item. As far as I know. Same thing happens once you add buttons or checkboxes inside.

See this message post by Romain Guy on a similar topic.

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