3.23
Posted 20193898刘发
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了3.23相关的知识,希望对你有一定的参考价值。
fitXY:
不按比例缩放图片,目标是把图片塞满整个View。
代码如下:
<ImageView
android:layout_width="300px"
android:layout_height="300px"
android:layout_margin="5px"
android:scaleType="fixXY"
android:src="@mipmap/meinv" />
以上是关于3.23的主要内容,如果未能解决你的问题,请参考以下文章