标签:imageview android
<ImageView android:layout_width="match_parent" android:layout_height="wrap_content" android:scaleType="fitCenter" android:adjustViewBounds="true" />
ImageView图片适应屏幕宽度,等比例拉伸
原文地址:http://8318064.blog.51cto.com/8308064/1851129