CollapsingToolbarLayout with Image,固定纵横比

CollapsingToolbarLayout with Image, fixed aspect ratio

我在 CollapsingToolbarLayout 中有一个图像(与示例 https://github.com/chrisbanes/cheesesquare 相同)。

不过,我想将背景的纵横比固定为16:9。

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

有什么帮助吗?

通过将 ImageView 放在 PercentRelativeLayout 中解决。