标签:draw blog style col height layout type 实现 全屏
<ImageView android:layout_width="match_parent" android:layout_height="match_parent" android:scaleType="fitXY"//设置此属性就可以了,虽然显示了满屏,但是会破坏资源文件的比例 android:src="@drawable/abc" />
标签:draw blog style col height layout type 实现 全屏
原文地址:http://www.cnblogs.com/laoyimou/p/7501638.html