这是我的 xml 字符串内容:
<style>
img {padding:0 10px 10px 0; width:99% !important;}
p,div,ul,ol,em,a,span,u,strong,strike,h1,h2,h3,h4,h5,h6
{font-family: verdana;font-size: 14px;color: #fff;}
html,body{background:#414042;}
a{ color:#3400f3;}p{width:100%;}
</style>
<p>
<img alt="Ajay Devgn" pimcore_disable_thumbnail="true" pimcore_id="6813"
pimcore_type="asset" src="http://dev2.mercuryminds.com/bolly/feb2013/
bolly---ajay-devgn-on-a-satyagraha/kangna-and-kareena.jpg" style="width: 500px;
height: 370px; float: left;" />
</p>
这里的图像显示在 android textview 上。
但是图像没有显示......我的代码有什么问题???如何在 textview 上显示图像...请给我解决方案...
String fullcontent = in.getStringExtra("Content");
content = fullcontent.substring(1);
content = (TextView) findViewById(R.id.title1);
content.setText(Html.fromHtml(full_content));