Yesterday, I've found all of value in XML are lost HTML format when I rendered my application. At that time, I don't know how to do and how to solve this problem. Because I've put some value into string.xml file as common value and can use in any java file within project.

Here is the sample how I assign into XML file.

view plain print about
1<string name="about">Planet Myanmar Dictionary <br /><small>(Eng-Myanmar Dictionary)<br /><br /><b>Developer</b> : Pyae Phyoe Shein <br /><b>Organization</b> : Planet.com.mm <br /><b>Version</b> : 1.3 <br /><b>Android OS</b> : 2.0 and above</small></string>

[More]