码迷,mamicode.com
首页 > 其他好文 > 详细

怎么样imageview实现铺满全屏

时间:2017-09-10 18:50:58      阅读:147      评论:0      收藏:0      [点我收藏+]

标签: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" />

 

怎么样imageview实现铺满全屏

标签:draw   blog   style   col   height   layout   type   实现   全屏   

原文地址:http://www.cnblogs.com/laoyimou/p/7501638.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!