美文网首页
动态修改drawableLeft的图片

动态修改drawableLeft的图片

作者: zhengLH | 来源:发表于2017-11-16 12:23 被阅读0次

    Drawable drawableLeft = mContext.getDrawable(R.mipmap.user_enterprise_check);

    drawableLeft.setBounds(0, 0, drawableLeft.getMinimumWidth(), drawableLeft.getMinimumHeight());

    holder.mTvIsCheck.setCompoundDrawables(drawableLeft, null, null, null);

    holder.mTvIsCheck.setCompoundDrawablePadding(10)

    相关文章

      网友评论

          本文标题:动态修改drawableLeft的图片

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