如何设置ImageView的高度以保持其纵横比?在XML中,我将fill_parent设置为布局宽度,将wrap_content设置为布局高度,但我得到了:
Screenshot http://kepfeltoltes.hu/141206/Screenshot_2014-12-06-19-09-30_1__www.kepfeltoltes.hu_.png
最佳答案
您可以在ImageView中的代码中使用android:adjustViewBounds =“true”或setAdjustViewBounds(true)
原文链接:https://www.f2er.com/android/431180.html