We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My scrollview don't scroll under the view above the layout. it flies over the layout above it
The text was updated successfully, but these errors were encountered:
You need to arrange the layout in such a way that the scrolled view is under the view that isn't scrollable.
Sorry, something went wrong.
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.
No branches or pull requests
My scrollview don't scroll under the view above the layout. it flies over the layout above it
The text was updated successfully, but these errors were encountered: