RichText icon indicating copy to clipboard operation
RichText copied to clipboard

autofix

Open JsonWong87 opened this issue 6 years ago • 3 comments

同样的代码,为什么在demo跑和引入项目跑会是两种完全不同的效果

final String MYHTML = "<a href="http://m.highzou.com/html/user_info.html?user_id=453"> @爱瑜伽的二哈 
<img src="http://m.highzou.com/images/face/emoji_2.png" alt="[笑脸]"><img src="http://m.highzou.com/images/face/emoji_10.png" alt="[哼哼]">
<img src="http://pic1.highzou.com:8084/bbsimg/20180509/15258553626073RsWjh.jpeg" alt=""><img src="http://pic1.highzou.com:8084/bbsimg/20180509/1525855362799MwBcPJ.jpeg" alt="">
JJ

监控

";
                            RichText.from(MYHTML)
                                    .autoFix(true)
                                    .into(content);

qq 20180510092500 qq 20180515142920

JsonWong87 avatar May 15 '18 06:05 JsonWong87

autoFix(true)的话肯定会被拉伸的吧,确定是同样的代码吗

zzhoujay avatar May 18 '18 13:05 zzhoujay

是同样的代码,不知道为什么

JsonWong87 avatar May 19 '18 14:05 JsonWong87

是同样的代码,不知道为什么

把app的数据清一下,就可以了

davidgerka avatar Jan 02 '19 09:01 davidgerka