- 在TextView的文字旁边绘制图像
可以使用setCompoundDrawables()方法
//可以表示在textView的左边绘制icon图像
textView.setCompoundDrawable(icon,null,null,null);
可以使用setCompoundDrawables()方法
//可以表示在textView的左边绘制icon图像
textView.setCompoundDrawable(icon,null,null,null);
本文标题:TextView使用点滴
本文链接:https://www.haomeiwen.com/subject/sfiarttx.html
网友评论