• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Using html component how to change color of the font in textview ?

Hareef

Newbie
Using HTML component , it is possible to change the font size and displayed the string in textview. Like that if there is any option to change the font color using HTML component or XML component?
 
Not using the html formatter, no, but in xml the tag is android:textColor="#000000" or in code its textView.setTextColor(0xff000000);
 
Back
Top Bottom