Underline string array | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Underline string array

I have a string array in my Android projects with parts of the items underlined. but after reading it in my activities sending it to fragments before displaying it I found out the underline is gone please help me. <string-array> <item>Hello <u>World</u></item> </string-array>

26th Nov 2016, 12:26 AM
damilare lamidi
damilare lamidi - avatar
1 Answer
0
Are you using TextView to show the String. If so, you might try using webView as it supports html.https://developer.android.com/reference/android/webkit/WebView.html
12th Apr 2017, 8:20 PM
No One
No One - avatar