GlideToVectorYou
GlideToVectorYou copied to clipboard
Apply transformation is not working
I use .circleCrop() this way but it is not applied to the image:
GlideToVectorYou
.init()
.with(context)
.requestBuilder
.load(url)
.circleCrop()
.into(imageView)
Also any kind of .apply(RequestOptions.bitmapTransform(transformation))
is not working either
Same ask for here, transformation is not working
But regards, awesome library, save my day