<?xml version="1.0" encoding="utf-8"?>
<com.navigation.androidx.HybridDrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/drawer"
    android:fitsSystemWindows="false"
    android:layout_width="match_parent"
    android:layout_height="match_parent">


    <FrameLayout
        android:fitsSystemWindows="false"
        android:id="@+id/drawer_content"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

    <FrameLayout
        android:fitsSystemWindows="false"
        android:id="@+id/drawer_menu"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_gravity="start" />


</com.navigation.androidx.HybridDrawerLayout>
