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

2019-08-07  本文已影响0人  CQ_TYL
 <ImageView
         
            android:src="@mipmap/icon_my_top_bg"
            android:layout_width="match_parent"
            android:scaleType="fitXY"
            android:layout_height="match_parent"/>

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

上一篇下一篇

猜你喜欢

热点阅读