怎么样imageview实现铺满全屏

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

 

posted @ 2017-09-10 17:36  劳猿外  阅读(1205)  评论(0编辑  收藏  举报