StickyScrollView icon indicating copy to clipboard operation
StickyScrollView copied to clipboard

RecyclerView as stickyHeader in StickyScrollView

Open anandyadav200 opened this issue 3 years ago • 0 comments

<StickyScrollView
    app:stickyHeader="@+id/stickyHeaderView">
    <LinearLayout>
    ......
    </LinearLayout>
    <RecyclerView android:id="@+id/stickyHeaderView"/>
</StickyScrollView>

Scroll of RecyclerView is not working.

anandyadav200 avatar Jan 02 '23 06:01 anandyadav200