Top "Navigation-drawer" questions

Navigation Drawer in a mobile application is the side panel which slides out from the edge of the screen and displays the navigation menu of the application.

How to create a simple divider in the new NavigationView?

Google introduced the NavigationView in the Design Support Library version 22.2.0 with which you can create a drawer very easily using …

android navigation-drawer android-support-library android-design-library navigationview
Navigation Drawer semi-transparent over status bar not working

I am working on Android project and I am implementing the Navigation Drawer. I am reading through the new Material …

android navigation-drawer android-5.0-lollipop material-design
How to open navigation drawer on button click in main fragment?

I have made an app with one activity which uses a navigation drawer to open a number of different fragments. …

android fragment navigation-drawer
Change color of Navigation Drawer Icon in Android Studio default template

The new default Navigation Drawer Activity template in Android Studio defines its titles and icons in a menu file activity_…

android navigation-drawer
How can I change the NavigationView's item text size?

Google recently released the android.support.design.widget.NavigationView widget as part of the com.android.support:design:22.2.0 library, which …

android navigation-drawer material-design androiddesignsupport
Android - Is Navigation Drawer from right hand side possible?

http://developer.android.com/training/implementing-navigation/nav-drawer.html According to this doc, it doesn't say if it is possible to …

android navigation-drawer
Switch between Fragments with onNavigationItemSelected in new Navigation Drawer Activity template (Android Studio 1.4 onward)

IntelliJ has made changes to the Navigation Drawer template Activity in Android Studio with fewer lines of code in the …

android navigation-drawer
How to open Navigation Drawer with no actionbar, open with just a button

I have a navigation bar without any actionbar (I don't want an actionbar). I'm trying to make it so that …

android button navigation-drawer drawerlayout
Android 5.0 material design style navigation drawer for KitKat

I see that Android introduced new navigation drawer icons, drawer icon and back arrow icon. How can we use that …

android navigation-drawer android-5.0-lollipop
How to add one section separator for Navigation Drawer in Android?

I have a navigation drawer like this image. I want to add a section separator (like the line separating Neptune). …

android android-layout android-fragments android-activity navigation-drawer