vinc3m1 / RoundedImageView

A fast ImageView that supports rounded corners, ovals, and circles.
Other
6.44k stars 1.25k forks source link

can not use with glide #206

Closed liyuyitong closed 6 years ago

liyuyitong commented 6 years ago

Use with glide, can not use placeholder default picture.if use placeholder ,round is not effect!

aaironman commented 6 years ago

I meet the same problem.Use with glide to load image in recyclerView,sometimes the round is not effect. code: Glide.with(mContext).load(topicModel.getTopic_icon().startsWith("http") ? topicModel.getTopic_icon() : Constants.BASEURL + topicModel.getTopic_icon()).centerCrop() .placeholder(R.color.gray_line_color).into(holder.ivBg); device-2018-02-27-144959

vinc3m1 commented 6 years ago

see the readme:

Glide transforms are not supported, please use wasabeef/glide-transformations if you want to round images loaded from Glide.