Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Android textview で div align to right を使用しようとしていますが、何らかの理由で機能しません。
<string name="Avot"> <![CDATA[ <div align="right"> my text .... <br /> </div> ]]> </string>
通常はヘブライ語をサポートしていないため、webview を使用するように勧めないでください よろしくお願いします
文字列リソースは、、、およびタグのみをサポート<b>し<i>ます<u>。タグのHtml.fromHtml()属性はサポートされていません。<div>
<b>
<i>
<u>
Html.fromHtml()
<div>