我正在尝试拉伸 300x300 图像以填充父级作为示例布局的背景。但是,它似乎最多可以达到完美正方形的最大尺寸。这是我的代码。
<ImageView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:src="@drawable/app_background"
android:scaleType="fitCenter"
android:adjustViewBounds="true"/>
应用程序的顶部和底部仍然有空白,我想消除它。任何和所有解决这个困境的办法都将不胜感激。在此处输入图像描述