How to scale an Image in ImageView to keep the aspect ratio

In Android, I defined an ImageView‘s layout_width to be fill_parent (which takes up the full width of the phone). If the image I put to ImageView is bigger than the layout_width, Android will scale it, right? But what about the height? When Android scales the image, will it keep the aspect ratio? What I find … Read more