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.