Is alignment working in HTML.fromHtml() in a TextView?
I tried
<div align="center"><p>Test</p></div>
and some variaties of this, including putting the alignment tabs without parenthesis to the paragraph tag, but none worked. The text is always left.
Thanks for any help!
Yours.