emilsjolander/StickyScrollViewItems

NestedScrollView

Opened this issue · 2 comments

vadol commented

I want to stick 2 views 1 below other, How to do that?

clone source code ,then replace StickyScrollView extents ScrollView to NestedScollView

clone source code ,then replace StickyScrollView extents ScrollView to NestedScollView

@thinkfeed Thank you very much for this answer. I needed to "stick" a header view on top of a RecyclerView, all inside a NestedScrollView. Simply extending StickyScrollView from NestedScrollView instead of ScrollView did the trick. It works perfectly for my use case.