fitXY:
不按比例缩放图片,目标是把图片塞满整个View。
代码如下:
<ImageView
android:layout_width="300px"
android:layout_height="300px"
android:layout_margin="5px"
android:scaleType="fixXY"
android:src="@mipmap/meinv" />
不按比例缩放图片,目标是把图片塞满整个View。
代码如下:
<ImageView
android:layout_width="300px"
android:layout_height="300px"
android:layout_margin="5px"
android:scaleType="fixXY"
android:src="@mipmap/meinv" />