How to fit an image of random size to an ImageView? When:
ImageView
try adding android:scaleType="fitXY" to your ImageView.
android:scaleType="fitXY"