Is alignment working in HTML.fromHtml() in a TextView?
I tried
Test
and
To set alignment in textview first set textview width to match_parent and then use text-align option in your HTML tag. something like this:
this text should be in center of view
Update: This solution just work in android 7 and above :|