Warpzit
Warpzit

Reputation: 28152

Textview linkify without changes?

Is it possible to linkify a textview without the content changing colors (both before and after selection)and getting underlined?

Upvotes: 0

Views: 245

Answers (1)

jcxavier
jcxavier

Reputation: 2232

You can use the attribute android:textColorLink with a ColorStateList file. I'm not sure regarding the underlining though.

Upvotes: 1

Related Questions