Inset nav drawer correctly for cutout

Test: launched the app and verified that the drawer is offset correctly
on device with cutout.

BUG: 74423733

Change-Id: I49ac886937453bc4f0160743c3f50ee246a0bd38
diff --git a/res/layout/drawer_fragment.xml b/res/layout/drawer_fragment.xml
index 907fb92..bd55d6a 100644
--- a/res/layout/drawer_fragment.xml
+++ b/res/layout/drawer_fragment.xml
@@ -29,5 +29,6 @@
         android:background="@color/navigation_drawer_background_color"
         android:layout_width="match_parent"
         android:layout_height="match_parent"
+        android:clipToPadding="false"
         android:divider="@null" />
-</FrameLayout>
\ No newline at end of file
+</FrameLayout>