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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.