Android - 双 RecyclerView 和 CollapsingToolbarLayout

Android - Double RecyclerView and CollapsingToolbarLayout

我目前正在开发一个需要显示垂直列表的应用程序,每个 child 都有水平列表。此视图使用 CoordinatorLayout(带有 CollapsingToolbarLayout)。问题是当我(垂直)滚动时,工具栏没有折叠。

我注意到只有当垂直列表的项目是水平列表时才会出现问题。

这是解释我的问题的图片:

提前致谢!

好的,我终于找到了解决方案 here,在子 RecyclerView 上使用 setNestedScrollingEnabled(false) ! :)