如何在AppBarLayout中存储和还原滚动位置

时间:2019-02-07 14:09:00

标签: android scroll android-recyclerview android-appbarlayout

我的XML结构是这样的:

<Constraint Layout>
    <AppBarLayout>
       <Constraint Layout/>
     </AppBarLayout>
     <Frame Layout/> refering to a Fragment which contains a RecyclerView
</Constraint Layout>

当我从RecyclerView中单击一个项目时,它会打开另一个片段,而当我返回时,滚动位置将保持不变。

我的问题是当我从第二个片段返回时如何保持滚动位置?

0 个答案:

没有答案