TextView setCompoundDrawables用法

2017-04-18  本文已影响74人  柳岸花开

Drawable drawable = mContext.getResources().getDrawable(R.drawable.duringtime);

 drawable.setBounds(0, 0, drawable.getMinimumWidth(), drawable.getMinimumHeight());//必须设置图片大小,否则不显示

 holder.time.setCompoundDrawables(drawable, null, null, null);

上一篇下一篇

猜你喜欢

热点阅读