I use Glide. Here snippet:
Glide.with(context).load(referenceUrl).into(holder.imageViewPhoto);
OK. It's work fine. But I need image to show with radius corners only on TOP.
Something like this:
Is it possible by Glide?
Placeholder. Placeholders are Drawables that are shown while a request is in progress.
You can use :
requestOptions.centerInside().transform(new CenterInside(), new GranularRoundedCorners(topLeft, topRight, bottomRight, bottomLeft))
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With