ivIcon报错
其它都没问题就ivIcon报错
Glide.with(mContext)
.load("http://res.lgdsunday.club/poster-1.png")
.into(viewHolder.ivIcon);
其它都没问题就ivIcon报错
Glide.with(mContext)
.load("http://res.lgdsunday.club/poster-1.png")
.into(viewHolder.ivIcon);2019-06-10
举报