私は Stackoverflow に関する多くの質問を見て、多くの回避策を試しましたが、それでもうまくいきませんでした。
私が達成したいこと:
それでも私はこれを達成しています:
これは私の現在のxmlコードです:
<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" />