Android根据宽度设置图像视图高度

时间:2014-12-06 17:16:13

标签: android android-activity imageview

如何设置ImageView的高度以保持其纵横比?在XML中,我将fill_parent设置为布局宽度,将wrap_content设置为布局高度,但我得到了: Screenshot http://kepfeltoltes.hu/141206/Screenshot_2014-12-06-19-09-30_1__www.kepfeltoltes.hu_.png

1 个答案:

答案 0 :(得分:4)

您可以在XML中使用android:adjustViewBounds="true"或在ImageView上的代码中使用setAdjustViewBounds(true)