]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/main_navigation.xml
hide the 'Reports' item in the navigation
[mobile-ledger.git] / app / src / main / res / layout / main_navigation.xml
index 4ec47d0a7fdcf7da09d819c842a59d9aed032bb9..3a8f87457c2fc9cf75e8f390bd529b76b7a426f0 100644 (file)
                         android:id="@+id/textView5"
                         style="@style/nav_button"
                         android:drawableStart="@drawable/ic_assignment_black_24dp"
-                        android:text="@string/nav_reports_title" />
+                        android:text="@string/nav_reports_title"
+                        android:visibility="gone" />
 
                     <include layout="@layout/nav_profile_list_head" />
 
                         android:layout_width="match_parent"
                         android:layout_height="wrap_content"
                         android:animateLayoutChanges="true"
-                        android:isScrollContainer="false"
+                        android:nestedScrollingEnabled="false"
                         android:orientation="vertical"
                         android:visibility="gone">