NightWhistler / HtmlSpanner

Android HTML rendering library with CSS support
http://nightwhistler.github.io/HtmlSpanner/
868 stars 209 forks source link

Handle `text-align` style attribute correctly #81

Closed fm-sys closed 2 years ago

fm-sys commented 2 years ago

Sometimes, the style attribute is used for formatting. Handle alignments in that case as well...

<p style="text-align:center;">Some text...</p>
fm-sys commented 2 years ago

Nevermind, the problem does not exist when using the latest master...