Top "Drawerlayout" questions

Android's DrawerLayout acts as a top-level container for window content that allows for interactive "drawer" views to be pulled out from the edge of the window.

Method setDrawerListener is deprecated

While I'm doing something on my app, I see that the navigation drawer on my app reduced its size. But …

android drawerlayout deprecation-warning
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
How to customize item background and item text color inside NavigationView?

I wanna achieve something like this shown in the Material Design Docs. colorControlHighlight is used for the Background on checked …

android material-design drawerlayout android-design-library navigationview
DrawerLayout Double Drawer (Left and Right Drawers simultaneously)

I have an application, in which i want to implement a double drawer - one from the left and one …

android navigation-drawer drawerlayout
How to detect that the DrawerLayout started opening?

So I have tabs that I want to hide when the Navigation Drawer starts opening. The code I have hides …

android navigation-drawer drawerlayout drawertoggle
Full width Navigation Drawer

I'd like to create a full width navigation drawer. Setting layout_width to match_parent on @+id/left_drawer yields …

android android-layout navigation-drawer drawerlayout
How animate Burger to Arrow with Appcompat v7 21, Toolbar and DrawerLayout

I am using the android.support.v7.widget.Toolbar with a android.support.v4.widget.DrawerLayout. It works fine, the …

android toolbar android-appcompat drawerlayout drawertoggle
How do I make DrawerLayout to display below the Toolbar?

How to make the drawer layout be below the actionbar/toolbar? I'm using v7:21 app compat library with the new …

android navigation-drawer android-support-library toolbar drawerlayout
How to open Drawer Layout only with button?

I'm working on application that has a tab structure, and use sliding movements to move through the tabs. But now, …

android navigation-drawer drawerlayout