nitrico / StickyScrollView

Sticky observable nested ScrollView for Android
52 stars 9 forks source link

NestedScrollView #1

Closed vadol closed 7 years ago

vadol commented 8 years ago

How can I use it as NestedScrollView? I want to use it with CoordinatorLayout.

Also I want to stick 2 views 1 below other?

nitrico commented 7 years ago

It extends from NestedScrollView so you don't need to do anything else to use it as a NestedScrollView and combine it with CoordinatorLayout.

However, sticking two different views at the same (one below another) is not supported :/