【发布时间】:2020-06-03 18:53:06
【问题描述】:
这是我的布局结构:
<ScrollView
-height - match>
<CoordinatorLayout
-height - wrap>
<AppbarLayout
-height - wrap>
<CollapsingToolbarLayout
-height - wrap>
<ConstraintLayout>
//min height is set dynamically.
</ConstraintLayout>
</CollapsingToolbarLayout>
</AppbarLayout>
<RecyclerView
->scroll behaviour
->height-wrap/>
<CoordinatorLayout>
</ScrollView>
因为存在滚动视图,我无法在折叠工具栏布局中应用最小高度。有什么办法可以调整高度(这里我的回收站视图被截断了)
【问题讨论】:
标签: android android-recyclerview android-coordinatorlayout android-appbarlayout