给出以下HTML:
<p>This is text and this is an image <img src="http://www.example.com/image.jpg" />.</p>
是否可以渲染图像?当使用这个代码片段时mContentText.setText(Html.fromHtml(text));,我得到一个带有黑色边框的青色盒子,让我相信TextView对img标签是什么有所了解.
mContentText.setText(Html.fromHtml(text));
android image textview
android ×1
image ×1
textview ×1