From 64a9a261dacaa681086cd9d5ad8bcdf26ebce3ac Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Thu, 21 May 2020 03:31:54 +0000 Subject: [PATCH] remove divider above the navigation drawer not really needed with the themed system bar --- app/src/main/res/layout/main_navigation.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/res/layout/main_navigation.xml b/app/src/main/res/layout/main_navigation.xml index afbd199a..f634eebc 100644 --- a/app/src/main/res/layout/main_navigation.xml +++ b/app/src/main/res/layout/main_navigation.xml @@ -67,7 +67,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:animateLayoutChanges="true" - android:divider="@drawable/list_divider_inside_out" android:orientation="vertical" android:showDividers="beginning" app:layout_constraintBottom_toTopOf="@+id/nav_fixed_items" -- 2.39.2