Android 加载图片宽度填满,高度自适应图片比列

<ImageView

     android:layout_width="match_parent"

     android:layout_height="wrap_content"

     android:adjustViewBounds="true"

     android:scaleType="fitXY" />
 

猜你喜欢

转载自blog.csdn.net/qq_30711091/article/details/85283722
今日推荐