How to display image in Android's TextView?

原创
2012/05/02 00:01
阅读数 279
ImageSpan is = new ImageSpan(context, resId); text.setSpan(is, index, index + strLength, 0);
展开阅读全文
加载中
点击引领话题📣 发布并加入讨论🔥
0 评论
0 收藏
0
分享
返回顶部
顶部