Reputation: 811
I am dealing with the following html
<div style="font-size:14px; font-weight:bold;"> My Text </div>
When using the class html.fromHtml to display my html into a textview I lose the text properties. How can I display the html in a text view properly?
Upvotes: 0
Views: 93