Reputation: 28152
Is it possible to linkify a textview without the content changing colors (both before and after selection)and getting underlined?
Upvotes: 0
Views: 245
Reputation: 2232
You can use the attribute android:textColorLink
with a ColorStateList file. I'm not sure regarding the underlining though.
Upvotes: 1