设置adjustViewBounds  // 是否保持宽高比


<ImageView
android:id="@+id/iv_test"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
android:scaleType="fitXY"
/>
posted on 2016-09-19 22:26  runleo  阅读(24499)  评论(0编辑  收藏  举报