diff --git a/app/src/main/res/layout/drawer_layout.xml b/app/src/main/res/layout/drawer_layout.xml index ef446e9c6..e1d4bda7e 100644 --- a/app/src/main/res/layout/drawer_layout.xml +++ b/app/src/main/res/layout/drawer_layout.xml @@ -1,36 +1,10 @@ - - - - - - - - - \ No newline at end of file + android:id="@+id/navigation" + android:layout_width="wrap_content" + android:layout_height="match_parent" + android:layout_gravity="start" + android:background="?android:attr/windowBackground" + android:orientation="vertical" + app:headerLayout="@layout/drawer_header" /> \ No newline at end of file diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 9a41752b1..ef14bf22c 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -330,9 +330,5 @@ @null - -