<ImageView
android:src="@mipmap/icon_my_top_bg"
android:layout_width="match_parent"
android:scaleType="fitXY"
android:layout_height="match_parent"/>
如果是像上面那样设置时,记得加上android:scaleType="fitXY",不然高清手机或者宽屏手机上无法铺满
网友评论