android – CollapsingToolbarLayout with Image,固定宽高比

前端之家收集整理的这篇文章主要介绍了android – CollapsingToolbarLayout with Image,固定宽高比前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我在CollapsingToolbarLayout中有一个图像(与示例 https://github.com/chrisbanes/cheesesquare相同).

但是,我想将背景的宽高比固定为16:9.

我尝试设置android:layout_height =“wrap_content”,更新代码中的LayoutParams,但它不起作用.

有帮助吗?

解决方法

通过将ImageView放在PercentRelativeLayout中解决.
原文链接:https://www.f2er.com/android/315084.html

猜你在找的Android相关文章