美文网首页
列表等比例展示 ImageView

列表等比例展示 ImageView

作者: _Sisyphus | 来源:发表于2020-03-30 10:19 被阅读0次
    <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"  
    

    效果如图:

    如图

    相关文章

      网友评论

          本文标题:列表等比例展示 ImageView

          本文链接:https://www.haomeiwen.com/subject/rbumuhtx.html