My concern is how to fit image using android:scaleType=\"fitXY\" into image using Glide.
android:scaleType=\"fitXY\"
My ImageView is
ImageView
<
You would use .centerCrop(), .centerInside() or .fitCenter()
.centerCrop()
.centerInside()
.fitCenter()
Another way to do it is with a custom Transformation
Transformation