怎么样imageview实现铺满全屏

Posted 劳猿外

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了怎么样imageview实现铺满全屏相关的知识,希望对你有一定的参考价值。

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

 

以上是关于怎么样imageview实现铺满全屏的主要内容,如果未能解决你的问题,请参考以下文章