]> git.ktnx.net Git - mobile-ledger-staging.git/blobdiff - app/src/main/res/layout/main_navigation.xml
remove divider above the navigation drawer
[mobile-ledger-staging.git] / app / src / main / res / layout / main_navigation.xml
index fb30743c8420a1711e2d20247499b911d995d352..f634eebcf94f7c11f5bc374f2f235d566d45eb49 100644 (file)
@@ -23,8 +23,7 @@
     android:layout_height="match_parent"
     android:layout_gravity="start"
     android:fitsSystemWindows="true"
-    android:theme="@style/ThemeOverlay.AppCompat.Light"
-    tools:showIn="@layout/activity_main">
+    android:theme="@style/ThemeOverlay.AppCompat.Light">
 
 
     <androidx.constraintlayout.widget.ConstraintLayout
@@ -68,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"
                             android:layout_height="wrap_content"
                             android:isScrollContainer="false"
                             android:nestedScrollingEnabled="false"
-                            android:orientation="vertical"
-                            android:paddingStart="0dp">
+                            android:orientation="vertical">
 
                         </androidx.recyclerview.widget.RecyclerView>