<Removing underline in hyperlink Android Studio> R...
# stackoverflow
u
Removing underline in hyperlink Android Studio Relatively new to the whole Android Studio world - building my first app (self-taught). After hours of search not only Stack, but Google, I cannot find a suitable answer to the below. All answers that I can see are a little more advanced to understand. I have a TextView on my 'settings' activity: I have defined my URL on string. Submit a review On my settings.kt page I have the following code onCreate: ''' val mTextView =...