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.

DrawerLayout - Exception dispatching input event

I recently started using the DrawerLayout in a new project about a week ago and it's all working fine. Apart …

android android-layout android-fragments android-support-library drawerlayout
Android DrawerLayout component

I have some problems with the DrawerLayout component. I'm using the android-support-v4 jar and when I'm launching the app I …

android android-support-library navigation-drawer drawerlayout
How to disable DrawerLayout Shadow

I am trying to disable the DrawerLayout shadow and i am not finding the relevant answer. can anyone please assist …

android-layout drawerlayout
What do you need to pass to v4.widget.DrawerLayout.isDrawerOpen()/.openDrawer()/.closeDrawer()

I've been trying to move my code across to the DrawerLayout as suggested by android here as SlidingDrawer is deprecated. …

android navigation-drawer drawerlayout
Runtime DrawerLayout must be measured with MeasureSpec.EXACTLY excpetion

I'm following this tutorial from and I'm facing with a strange problem. It doesn't matter what's in my DrawerLayout, but …

android navigation-drawer drawerlayout
Android DrawerLayout doesn't show the right indicator icon

I'm trying to use the new DrawerLayout for a list. The problem is though I set the drawer listener, the …

android drawerlayout
See navigation drawer preview

I'm designing a native navigation drawer in Android Studio. I can't see the drawer in my preview because it is …

android android-studio navigation-drawer preview drawerlayout
Add MenuItem to NavigationView with Icon and Title?

Right now I am trying to implement the DrawerLayout/NavigationView from the new Design Support libary (22.2.1) into my application. I …

android menuitem drawerlayout navigationview
Show DrawerLayoutAndroid via ToolbarAndroid => onIconClicked

I'm new to React native (and React) and I'm playing around a little bit with it. I managed to add …

react-native drawerlayout
DrawerLayout.openDrawer does not work the first time

I am using a android.support.v4.widget.DrawerLayout in my activity. As long as I use the swipe gesture …

android drawerlayout