I've look at MANY questions on Stackoverflow and tried many workaround but it still didn't work.
What I wanna achieve :

Yet I am achieving this :

This is my current xml code:
<ImageView
android:id="@+id/image"
android:layout_width="fill_parent"
android:layout_height="match_parent"
android:layout_below="@+id/text"
android:layout_gravity="center"
android:adjustViewBounds="true"
android:scaleType="centerInside"
android:src="@drawable/ic_action_search" />