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

前端之家收集整理的这篇文章主要介绍了Android根据宽度设置图像视图高度前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

如何设置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

猜你在找的Android相关文章