
在xml布局中加这句即可
android:scaleType="fitXY"
<ImageView
android:id="@+id/show_step"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitXY"
android:src="@drawable/show_step" />



by: 发表于:2018-01-10 11:13:53 顶(0) | 踩(0) 回复
??
回复评论