列表等比例展示 ImageView

2020-03-30  本文已影响0人  _Sisyphus
<ImageView
    android:id="@+id/iv_card_pic"
    android:layout_width="0dp"
    android:layout_height="wrap_content"
    android:layout_weight="1"
    android:adjustViewBounds="true"
    android:scaleType="fitXY" />

主要代码就两行:

android:adjustViewBounds="true"
android:scaleType="fitXY"  

效果如图:

如图
上一篇 下一篇

猜你喜欢

热点阅读