4

In my Android application I have to make some Auto links. So I used android:autoLink="all" property for the TextView as I have email, phone numbers and web links.

The problem is it creates an underline which I don't want. I found this LINK. But isn't there any easy way to remove this underline? Here in this example I guess it will only work for web links. I have phone numbers and email links as well.

krlmlr
  • 25,056
  • 14
  • 120
  • 217
JibW
  • 4,538
  • 17
  • 66
  • 101
  • I think this is the best solution. Its a quit a lot of work to remove the line for every single textview but there is no alternative. http://stackoverflow.com/questions/4096851/remove-underline-from-links-in-textview-android – Basic Coder Sep 13 '11 at 18:01

0 Answers0