Scale the image using FILL.

Official Docs

<ImageView android:layout_width="100dp"
           android:layout_height="200dp"
           android:src="@mipmap/ic_launcher"
           android:id="@+id/imageView"
           android:scaleType="fitXY"
           android:layout_gravity="center"
           android:background="@android:color/holo_orange_light"/>

http://i.stack.imgur.com/kw2Nj.png

http://i.stack.imgur.com/lLDGC.png

http://i.stack.imgur.com/ou0iQ.png