diff --git a/app/src/main/res/layout/item_drawer.xml b/app/src/main/res/layout/item_drawer.xml index 1f1b0ad863..9e9b4c34f1 100644 --- a/app/src/main/res/layout/item_drawer.xml +++ b/app/src/main/res/layout/item_drawer.xml @@ -23,7 +23,7 @@ android:layout_marginEnd="12dp" android:ellipsize="start" android:gravity="center_vertical" - android:minHeight="42dp" + android:minHeight="48dp" android:singleLine="true" android:text="Menu item" android:textAppearance="@style/Base.TextAppearance.AppCompat.Medium" diff --git a/app/src/main/res/layout/item_drawer_separator.xml b/app/src/main/res/layout/item_drawer_separator.xml index dcd7aadb88..2e7ce38e1e 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:paddingTop="9dp" - android:paddingBottom="9dp"> + android:paddingTop="12dp" + android:paddingBottom="12dp">