<ImageView android:layout_width="match_parent" android:layout_height="match_parent" android:scaleType="fitXY"//设置此属性就可以了,虽然显示了满屏,但是会破坏资源文件的比例 android:src="@drawable/abc" />
怎么样imageview实现铺满全屏
原文:http://www.cnblogs.com/laoyimou/p/7501638.html