如何设置ImageView的高度以保持其纵横比?在XML中,我将fill_parent设置为布局宽度,将wrap_content设置为布局高度,但我得到了: Screenshot http://kepfeltoltes.hu/141206/Screenshot_2014-12-06-19-09-30_1__www.kepfeltoltes.hu_.png
答案 0 :(得分:4)
您可以在XML中使用android:adjustViewBounds="true"
或在ImageView上的代码中使用setAdjustViewBounds(true)