In Android, I'm setting the android:autoLink
property to all for my TextView
. Is it possible to change the color for any links that are found? (I'm not in love with the default blue.)
Can I set a text color for links inside a text view?
1.4k views Asked by Quentamia At
2
Try for
TextView
in the XML:and in Java code