In Android project's strings.xml file i have following html text
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="myHeadStr"><b><u>bold, underline </u></b></string>
...
</resources>
When i read this into getString(R.string.myHeadStr) it gives only text "bold, underline" it forgets the html tags and ....
how to read complete string with html tags from string.xml
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…