SpecialCyCi / AndroidResideMenu

The idea of ResideMenu is from Dribbble 1 and 2. It has come true and run in iOS devices. iOS ResideMenu This project is the RefsideMenu Android version. The visual effect is partly referred to iOS version of ResideMenu. And thanks to the authors for the above idea and contribution.
MIT License
2.85k stars 1.1k forks source link

Scroll view Issue #156

Open Bilal5008 opened 5 years ago

Bilal5008 commented 5 years ago

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 commented 2 years ago

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.