我想使用向上滑动面板内的折叠工具栏布局作为其子项。展开后也可以展开和折叠折叠工具栏。
注意:向上滑动面板https://github.com/umano/AndroidSlidingUpPanel
编辑: 我想实现这个
<SlidingUpPanel>
-CHILD 1 main content
-child 2 fragment
</SlidingUpPanel>
现在在片段中
<coordinatorLayout>
<appbarlayout>
<collapsingToolBarLayout>
<ImageView/>
<ToolBar/>
</collapsingToolBarLayout>
</appBar>
<ListView behaviour='scrollingview' />
</coordinatorLayout>
问题是当展开折叠布局时,当我尝试折叠它时,折叠滑动面板而不是折叠布局。
我该如何解决?