I have a recycler view with different View Holders.
A couple of view holders have image views which I pass into Glide to display images.
The problem is, when
Add this line
android:adjustViewBounds="true"
to the imageview in layout file it will automatically resize image view.
imageview
in glide change .crossFade() to .fitCenter()
.crossFade()
.fitCenter()