I have a bitmap I would like to scale, keeping aspect ratio, and fill an image view. Similar to https://www.b4x.com/android/forum/threads/imageview-bitmap-centered.43779/ using
FitCenterBitmap, but filling the ImageView (ie. cropping off the excess if bitmap is smaller/larger than view - not leaving white).
So basically a scale to fill from the centre, without distorting the image.
FitCenterBitmap, but filling the ImageView (ie. cropping off the excess if bitmap is smaller/larger than view - not leaving white).
So basically a scale to fill from the centre, without distorting the image.