Android - Linkify, autoLink remove text color change on touch

Posted by kape123 on Stack Overflow See other posts from Stack Overflow or by kape123
Published on 2010-03-25T21:20:52Z Indexed on 2010/03/25 21:23 UTC
Read the original article Hit count: 545

Filed under:

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!

© Stack Overflow or respective owner

Related posts about android