2

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.

Mickey Tin
  • 3,408
  • 10
  • 42
  • 71

1 Answers1

-1

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

Community
  • 1
  • 1
cgew85
  • 427
  • 3
  • 9