Android ImageView高设置为wrap_content时高度没有自适应
<ImageView
android:id="@+id/imageView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
android:layout_margin="10dp"
/>
设置android:adjustViewBounds="true"

浙公网安备 33010602011771号