在 RecyclerView 中滚动时如何使 RelativeLayout 消失

How do I make RelativeLayout disappear when scrolling in a RecyclerView

我在另一个包含 RecyclerView。我希望 header 与 RecyclerView 一起滚动,也就是说,当我向下滚动 RecyclerView 时,header 将消失并且只会重新出现在最顶部.

This is the Activity layout (which includes both the RecyclerView and the header). This is the XML file for the header. This 是 android Activity.

我认为你应该在回收视图的顶部添加 header,你可以参考这个 link 在回收视图

中实现 header

https://github.com/lopspower/HFRecyclerView

它帮助我在回收站视图的顶部添加 header。