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
As stated, use TextView.setText(Html.fromHtml(String))
And use these tags in your Html formatted string:
http://commonsware.com/blog/Android/2010/05/26/html-tags-supported-by-textview.html