<ImageView android:layout_width="match_parent" android:layout_height="match_parent" android:scaleType="fitXY"//设置此属性就可以了,虽然显示了满屏,但是会破坏资源文件的比例 android:src="@drawable/abc" />