When I click on my drawer toggle I get the following exception:
java.lang.IllegalArgumentException: No drawer view found with gravity LEFT
in my case, because DrawerLayout attr: tools:openDrawer="start" i added android:layout_gravity="start" for the second element
tools:openDrawer="start"
android:layout_gravity="start"