Navigation Menu

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

Background Color of Navigation Drawer #28

Closed
mhafeezgr8 opened this issue Oct 19, 2018 · 1 comment
Closed

Background Color of Navigation Drawer #28

mhafeezgr8 opened this issue Oct 19, 2018 · 1 comment

Comments

@mhafeezgr8
Copy link

Hey its a question not an issue, i have just noticed that navigation drawer background color is being picked up from of toolbar of extending activity, so if there's a way we can customize the background color of navigation drawer

@AsadLeo14
Copy link

@mhafeezgr8 use app:background="@drawable/bg" attribute

<nl.psdcompany.duonavigationdrawer.views.DuoMenuView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
app:background="@drawable/bg"
/>

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

3 participants