CollapsingToolbarLayout with Image,固定宽高比

时间:2015-09-08 03:34:00

标签: android android-appbarlayout

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

但是,我想将背景的宽高比修正为16:9。

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

任何帮助?

1 个答案:

答案 0 :(得分:0)

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