duo-navigation-drawer icon indicating copy to clipboard operation
duo-navigation-drawer copied to clipboard

A flexible, easy to use, unique drawer library for your Android project.

Results 24 duo-navigation-drawer issues
Sort by recently updated
recently updated
newest added

When we are implementing this drawer layout and the content view contains buttons that are disabled after opening and closing the drawer layout all the buttons in the content become...

DuoDrawerLayout not work with AutoScrollViewPager it was automatically open default how can close menudrawer??? drawerLayout.closeDrawer() drawerLayout.openDrawer() this methods not working

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...

Class referenced in the layout file, nl.psdcompany.duonavigationdrawer.views.DuoDrawerLayout, was not found in the project or the libraries Your app doesn't work

Peaking at the code I don't think this library will supprt RTL languages.. (the menu will need to slide from the other side)

enhancement
help wanted

How can I change the height of one menu item? I tried with `android:height` and `android:padding` in new Style and it does not work. I want to have smaller padding...

Hi, Thanks for such a nice library. I had an issue. I've added 4 items to a drawer. Those items are showing in the center of the drawer. I want...