I\'m trying to make my navigation drawer go under the status bar. I\'ve read extensively about the ScrimInsetsFrameLayout view and I tried implementing it, but for some reas
I believe you need to add android:fitsSystemWindows="true" to the android.support.v4.widget.DrawerLayout tag as well.
android:fitsSystemWindows="true"
android.support.v4.widget.DrawerLayout