HTML text alignment in Android TextView
I have an HTML that includes 2 paragraphs:
centered text example
alignment right text example
I added it in my android TextView using Html.fromHtml
As a result in my view first paragraph aligned center(as expected), but second paragraph doesn't aligned rigth and aligned to left.
What is the reason?