美文网首页
adjustViewBounds

adjustViewBounds

作者: KevinLeeGo | 来源:发表于2019-01-17 11:52 被阅读0次

android:adjustViewBounds属性
用于保持宽高比

例子:
图片宽度填满,高度自适配

                    <ImageView
                        android:layout_width="match_parent"
                        android:layout_height="wrap_content"
                        android:scaleType="fitXY"
                        android:adjustViewBounds="true" />

相关文章

网友评论

      本文标题:adjustViewBounds

      本文链接:https://www.haomeiwen.com/subject/mthbeftx.html