I had to use today thecropToPadding attribute for an ImageView in Android.
It’s the way to go if you want to mimic Aspect Fill scaling with Clipped
Subviews from iOS, by using it andcenterCrop as scaleType.
For example, if I wanted to do it from a layout, it would