Is it possible to set multiple styles for different pieces of text inside a TextView?
For instance, I am setting the text as follows:
tv.setText(line
Now the element is deprecated. renders as , and renders as .
tv.setText(Html.fromHtml("bold and italic "));
this works fine for me