+ 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>
1 Respuesta
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