美文网首页
设置ImageView图片时,宽度为match时需要设置scal

设置ImageView图片时,宽度为match时需要设置scal

作者: CQ_TYL | 来源:发表于2019-08-07 17:56 被阅读0次
 <ImageView
         
            android:src="@mipmap/icon_my_top_bg"
            android:layout_width="match_parent"
            android:scaleType="fitXY"
            android:layout_height="match_parent"/>

如果是像上面那样设置时,记得加上android:scaleType="fitXY",不然高清手机或者宽屏手机上无法铺满

相关文章

网友评论

      本文标题:设置ImageView图片时,宽度为match时需要设置scal

      本文链接:https://www.haomeiwen.com/subject/xoeadctx.html