学习日报

fitEnd,fitStart,fitCenter

这里以fitEnd为例,其他两个类似。实例代码:

<!-- 保持图片的横纵比缩放,知道该图片能够显示在ImageView组件上,并将缩放好的图片显示在imageView的右下角 -->
    <ImageView
        android:id="@+id/imageView3"
        android:layout_width="300px"
        android:layout_height="300px"
        android:layout_margin="5px"
        android:scaleType="fitEnd"
        android:src="@mipmap/meinv" />
posted @ 2021-03-21 21:44  平安喜乐v  阅读(46)  评论(0编辑  收藏  举报