Is it possible to linkify a textview without the content changing colors (both before and after selection)and getting underlined?
            Asked
            
        
        
            Active
            
        
            Viewed 241 times
        
    1 Answers
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
