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.
WebViewXMLファイルに保存されたデータを表示するために使用しています。タグは付いてい<b></b>ますが、テキストはまだ正常に見えます。
WebView
<b></b>
テキストを太字にする他の方法はありますか?
<item> <tag>This is <b>Bold</b> text.</tag> </item>
答え
<item> <tag>This is<b >Rice:</b> text.</tag> </item>