I am using Linkify in my app, and visited link text is appearing as dark purple. My overall layout background color is dark blue so this is impossible to read.
I tried your code out and my TextView's color wasn't changing. Well a solution to your would be to add a onClick listener to the TextView and set the color of the TextView in it. So whenever the text is clicked it will be set to the color you specify.