I’m trying to use div align to right in android textview but for some reason it doesn’t work.
<string name="Avot">
<![CDATA[
<div align="right">
my text ....
<br />
</div>
]]>
</string>
Please do not suggest me to work with webview as it doesn’t support Hebrew normally
Thank in advance
String resources only support
<b>,<i>, and<u>tags.Html.fromHtml()does not support attributes on<div>tags.