android:adjustViewBounds屬性
用于保持寬高比
例子:
圖片寬度填滿(mǎn)疲恢,高度自適配
<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scaleType="fitXY"
android:adjustViewBounds="true" />