ImageView图片适应屏幕宽度,等比例拉伸
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ImageView图片适应屏幕宽度,等比例拉伸相关的知识,希望对你有一定的参考价值。
<ImageView android:layout_width="match_parent" android:layout_height="wrap_content" android:scaleType="fitCenter" android:adjustViewBounds="true" />
以上是关于ImageView图片适应屏幕宽度,等比例拉伸的主要内容,如果未能解决你的问题,请参考以下文章