所以我将TextView
命名为'container'
container.setText(Html.fromHtml(text, new URLImageParser(container, this),null));
来自Android HTML.fromHTML() with images?
的URLImageParser这很好用并显示图像。问题是我想在html标签中定义图像的大小。 <img src=".." width="30px">
不适用于各种变体!
知道如何在html中设置图像大小吗?