Converting html file to spanned object and displaying it in TextView works fine but what if I want to also apply css styles? I've tried to combine css styles with html file but styles ale ignored by Html.fromHtml() method.
How can I display text modified by css styles in my TextView?