Android - Linkify, autoLink remove text color change on touch
- by kape123
Let's say I have following text in TextView:
Hey there, visit www.example.com
If I set TextView's attribute autoLink="all" www.example.com will be properly detected. However, if I now touch TextView, TextView's text that's not link ('Hey there, visit' part) will go gray. Is there a way to prevent this behavior?
Thanks!