美文网首页
TextView setCompoundDrawables用法

TextView setCompoundDrawables用法

作者: 柳岸花开 | 来源:发表于2017-04-18 09:30 被阅读74次

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

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

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

    相关文章

      网友评论

          本文标题:TextView setCompoundDrawables用法

          本文链接:https://www.haomeiwen.com/subject/tccgattx.html