-
Notifications
You must be signed in to change notification settings - Fork 191
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
Menu by default is visible, need to be closed #39
Comments
Have same issue , solved by sort menu and content FrameLayout , menu must be the first like this.
|
@Abdullah-Hussein
|
@SWE2017 after you set menu layout, using this |
you can play with visibility like
home.layout <nl.psdcompany.duonavigationdrawer.views.DuoDrawerLayout val drawerToggle = object :DuoDrawerToggle(this, drawer_layout, toolbar,
|
### How i change background color of duo navigation menu. <nl.psdcompany.duonavigationdrawer.views.DuoMenuView
|
In My Application, Current Activity does not have background,
Whole window has a background,
Like,
Window window = activity.getWindow();
Drawable background = ContextCompat.getDrawable(activity, R.drawable.background_login_screen);
window.setBackgroundDrawable(background);
Because of this left menu is overlapping with activity UI,
One time opening and closing the Drawer solves the problem,
But by default it Overlaps,
Please provide solution how to keep menu in hidden state by default?
The text was updated successfully, but these errors were encountered: