-
Notifications
You must be signed in to change notification settings - Fork 55
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
second menu #44
Comments
What do you want? You want to call the second section, or to open a new menu? To change the menu, do this: setCustomMenu(newMenu);
// then call
reloadMenu()
// or
reloadMenu(loadSectionPosition) |
it is done in the sliding fashion. its just once the a item is selected in the menu A and the menu B is preloaded on the right side of the menu A. The animation sliding effect is taking place and slide out the menu B. yet the back button possible on the top item will bring the menu A back with the from left to right. The one you have mentioned above will do the job but it doesnt show the viewpager-like sliding effect. |
Ok, so you need an animation if you load the other menu? |
yes. |
how do i make it to navigate from the first menu to the second menu list within the drawer?
The text was updated successfully, but these errors were encountered: