Is alignment working in HTML.fromHtml() in a TextView?
I tried
Test
and
If someone wants to align text in center with color red then one may use code below.
String centerNRed = "Hello World Its me....."; txt1.setText(Html.fromHtml(centerNRed));