美文网首页
ImageView宽度铺满屏幕,高度按图片比例自适应

ImageView宽度铺满屏幕,高度按图片比例自适应

作者: 毕加森 | 来源:发表于2017-09-07 14:13 被阅读0次
    <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