Fork me on GitHub
12 2013 档案
对TextView设置drawable,用setCompoundDrawables方法实现
摘要:在上一项目上需要对TextView在xml文件中设置的drawableLeft的图片进行更改,查询了资料好久也没有找到解决办法,如下代码所示:1 commentTV.setCompoundDrawables(drawable, null, null, null);后来又经过在stackoverflo... 阅读全文
posted @ 2013-12-11 14:44 SilentKnight 阅读(7402) 评论(1) 推荐(2)