ImageView图片适应屏幕宽度,等比例拉伸
更新:HHH   时间:2023-1-7


<ImageView
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:scaleType="fitCenter"
    android:adjustViewBounds="true" />


返回移动开发教程...