0

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

Warpzit
  • 27,966
  • 19
  • 103
  • 155

1 Answers1

1

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

jcxavier
  • 2,232
  • 1
  • 15
  • 24
  • This together with http://stackoverflow.com/questions/4096851/remove-underline-from-links-in-textview-android did the trick. – Warpzit Nov 29 '11 at 19:06