我已经查看了有关 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" />