StickyScrollView
StickyScrollView copied to clipboard
RecyclerView as stickyHeader in StickyScrollView
<StickyScrollView
app:stickyHeader="@+id/stickyHeaderView">
<LinearLayout>
......
</LinearLayout>
<RecyclerView android:id="@+id/stickyHeaderView"/>
</StickyScrollView>
Scroll of RecyclerView is not working.