I have a layouting problem when combining CoordinatorLayout with an AppBarLayout and a NavigationDrawer.
CoordinatorLayout
AppBarLayout
NavigationDrawer
The problem is, that
To add on to the previous answer, you can make the DrawerLayout cleaner by moving the CoordinatorLayout+child elements into a separate xml file. And then just use the "include" option to add the file.