这个比较简单,主要记得设置android:adjustViewBounds="true"
<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scaleType="centerCrop"
android:adjustViewBounds="true"
android:src="@drawable/main_test_1"/>
网友评论