From 3081a9195fca00c86695250deb398d53fb66ba56 Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 25 Dec 2018 09:44:58 +0000 Subject: [PATCH] Improved/fixed drawer item layout --- app/src/main/res/layout/item_drawer.xml | 21 ++++++++++--------- .../main/res/layout/item_drawer_separator.xml | 4 ++-- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/app/src/main/res/layout/item_drawer.xml b/app/src/main/res/layout/item_drawer.xml index ec3cbccfa5..1f1b0ad863 100644 --- a/app/src/main/res/layout/item_drawer.xml +++ b/app/src/main/res/layout/item_drawer.xml @@ -2,14 +2,13 @@ + android:layout_height="wrap_content"> \ No newline at end of file diff --git a/app/src/main/res/layout/item_drawer_separator.xml b/app/src/main/res/layout/item_drawer_separator.xml index 16bab7a774..dcd7aadb88 100644 --- a/app/src/main/res/layout/item_drawer_separator.xml +++ b/app/src/main/res/layout/item_drawer_separator.xml @@ -3,8 +3,8 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content" - android:paddingBottom="12dp" - android:paddingTop="12dp"> + android:paddingTop="9dp" + android:paddingBottom="9dp">