在下图中,导航栏与cardview重叠。整个屏幕基本上是标签栏的视图。最上面是navigationItem(the green one)
,然后是navigationBar(the red one)
,然后是CardView
。translucent propery
对false
设置为navigationBar
,但是CardView
{1}}仍然重叠。我已取消选中extendedLayout property
,但这也没有任何效果。
我可以采取其他措施将CardView
置于导航栏下方并填充吗?
答案 0 :(得分:0)
您必须将卡片视图顶部的约束设置为顶部布局指南的底部。