Often asked, never answered (at least not in a reproducible way).
I have an image view with an image that is smaller than the view. I want to scale
I ran into the same problem, but with a fixed height, scaled width keeping the image's original aspect ratio. I solved it via a weighted linear layout. You can hopefully modify it for your needs.