I look at MANY questions on Stackoverflow and tried many workarounds, but it still didn't work.
What I want to achieve:


But I achieve 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" />
android android-imageview
MrYanDao
source share