overscroll-decor
overscroll-decor copied to clipboard
Don't scroll under the view above
My scrollview don't scroll under the view above the layout. it flies over the layout above it
You need to arrange the layout in such a way that the scrolled view is under the view that isn't scrollable.
When I use the default scrollview of Anroid it works very well, but it is only with overscroll-decor I have this problem
You can see how to deal with it in sample code, use a FrameLayout to wrap your view which need to over scroll.