I have textview in which multiple links are shown, the text is dynamic. I have added following to textview
android:autoLink="all"
android:textColorLink="@color/selector_autolink_textcolor"
This makes all links in textview show a different color and show click color, but on click of textview all the links in textview show selected color, this confuses the user as he cannot identify what he's clicking. How can I only highlight/show press-state of a single link when pressed.