Skip to content
New issue

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

Scroll view Issue #156

Open
Bilal5008 opened this issue Apr 17, 2019 · 1 comment
Open

Scroll view Issue #156

Bilal5008 opened this issue Apr 17, 2019 · 1 comment

Comments

@Bilal5008
Copy link

Bilal5008 commented Apr 17, 2019

i am also facing same problem, when i use scroll view with reside menu it does not scroll all up to end of scroll view , please provide me a solution for this problem

@iam-asadullah
Copy link

resideMenu.setOnApplyWindowInsetsListener(new View.OnApplyWindowInsetsListener() { @Override public WindowInsets onApplyWindowInsets(View v, WindowInsets insets) { mainLLL.setPadding(0,insets.getSystemWindowInsetTop(),0, insets.getSystemWindowInsetBottom()); return insets; } });

add this after initializing ResideMenu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants