CoordinatorLayout + AppBarLayout + NavigationDrawer
I have a layouting problem when combining CoordinatorLayout with an AppBarLayout and a NavigationDrawer . The problem is, that the NavigationDrawer and it's content are hidden behind the toolbar. I have already did a lot of research and tried a lot of restructuring, but none of the "solutions" fixed my issue. A demonstration can be found in this little Webm video: https://www.dropbox.com/s/i5zfc2x2ts2fws7/navigation_drawer_stackoverflow32523188.webm?dl=0 The base style is Theme.AppCompat.Light.NoActionBar . My activity_overview.xml looks like this: <?xml version="1.0" encoding="utf-8"?>