<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
android:scaleType="fitXY"
android:src="@drawable/img" />
<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
android:scaleType="fitXY"
android:src="@drawable/img" />
本文标题:ImageView宽度铺满屏幕,高度按图片比例自适应
本文链接:https://www.haomeiwen.com/subject/ymdijxtx.html
网友评论