vinc3m1 / RoundedImageView

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

RoundedImageView not working Glide transition animation and rounded corner broken! #263

Closed Yakostya-art closed 3 years ago

Yakostya-art commented 3 years ago

After

Glide.with(context).load(R.drawable.mySquareImage).transition(DrawableTransitionOptions.withCrossFade(1000)).into(roundedImageView)

Not working transition animation and the image becomes square, corner rounding disappears.

vinc3m1 commented 3 years ago

As noted in the README: https://github.com/vinc3m1/RoundedImageView#known-issues

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