overscroll-decor icon indicating copy to clipboard operation
overscroll-decor copied to clipboard

Don't scroll under the view above

Open gabriel-TheCode opened this issue 5 years ago • 3 comments

My scrollview don't scroll under the view above the layout. it flies over the layout above it

gabriel-TheCode avatar Jul 18 '19 14:07 gabriel-TheCode

You need to arrange the layout in such a way that the scrolled view is under the view that isn't scrollable.

moisoni97 avatar Jul 30 '19 18:07 moisoni97

When I use the default scrollview of Anroid it works very well, but it is only with overscroll-decor I have this problem

gabriel-TheCode avatar Aug 20 '19 09:08 gabriel-TheCode

You can see how to deal with it in sample code, use a FrameLayout to wrap your view which need to over scroll.

ForgetAll avatar Sep 20 '19 06:09 ForgetAll