java - Why are html taglines not working in my android app? -


i have textview in xml , i'm setting contents of textview in java class. whenever set text like

"<b>thermodynamic properties</b>"+"\n" 

or

"<b>thermodynamic properties"+"</b>\n" 

the app show text as:

< b>thermodynamic properties< /b>

what doing wrong?


Comments