We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I have CollapsingToolbarLayout with flags app:layout_scrollFlags="scroll|exitUntilCollapsed|snap"
app:layout_scrollFlags="scroll|exitUntilCollapsed|snap"
but snapping stops working with this library. is there any layout structure so I can put all this inside my NestedScrollView?
I have CollapsingToolbarLayout with flags
app:layout_scrollFlags="scroll|exitUntilCollapsed|snap"but snapping stops working with this library. is there any layout structure so I can put all this inside my NestedScrollView?