From: Damyan Ivanov Date: Thu, 21 May 2020 03:31:54 +0000 (+0000) Subject: remove divider above the navigation drawer X-Git-Tag: v0.14.0~59 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger-staging.git;a=commitdiff_plain;h=64a9a261dacaa681086cd9d5ad8bcdf26ebce3ac remove divider above the navigation drawer not really needed with the themed system bar --- 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"