7

折叠工具栏有一些问题。我有以下布局结构

<CoordinatorLayout>
    <AppbarLayout>
        <CollapsingToolbar>
    <NestedScrollView>
        <HorizontalRecyclerView>
    </NestedScrollView>
</CoordinatorLayout>

仅当我尝试滚动NestedScrollView触摸HorizontalRecyclerView. 在这种情况下CollapsingToolbar不会崩溃。只需AppbarLayout留在它的位置并NestedScrollView在其下方滚动即可。我附上了一个视频,一切都很清楚。谁能解释这个问题?谢谢。

4

1 回答 1

2

这个问题可以通过添加setNestedScrollingEnabled(false)到 inner来解决HorizontalRecyclerView

于 2019-03-27T20:29:55.710 回答