我在CollapsingToolbarLayout内部有一个图像(与示例https://github.com/chrisbanes/cheesesquare相同)。
但是,我想将背景的宽高比固定为16:9。
我尝试设置android:layout_height="wrap_content"
,更新代码中的LayoutParams
,但是它不起作用。
有什么帮助吗?
最佳答案
通过将ImageView放在PercentRelativeLayout中来解决。
关于android - 具有图片的CollapsingToolbarLayout,固定的宽高比,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/32448878/