ImageView scaleType, crop right and bottom sides

1.6k Views Asked by At

How do i fill the ImageView with bitmap that maintain the aspect ratio ? If I'm using scaleType="centerCrop" it crops the top of the image, I want it to crop the right and the bottom sides. Thanks.

1

There are 1 best solutions below

0
On

You could read into this:

Link to adjustViewBounds @ Android Developer

Theres also a similar question here that has been solved with a detailed explanation:

Link to solved question