CollapsingToolbarLayout with Image,固定宽高比

Fun*_*LAM 7 android android-appbarlayout

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

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

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

有帮助吗?

Fun*_*LAM 0

通过将 ImageView 放入 PercentRelativeLayout 中来解决。