From 5169ef1f00ccc8cdddf86ec015026e345bf4a37c Mon Sep 17 00:00:00 2001 From: Mauricio Colli Date: Sun, 22 Mar 2020 16:29:12 -0300 Subject: [PATCH] Remove unused drawer header views and resources --- app/src/main/res/layout/drawer_layout.xml | 42 +++++------------------ app/src/main/res/values/styles.xml | 4 --- 2 files changed, 8 insertions(+), 38 deletions(-) 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 - -