]> git.ktnx.net Git - mobile-ledger-staging.git/commitdiff
hide the 'Reports' item in the navigation
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 3 Mar 2019 15:07:47 +0000 (17:07 +0200)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 3 Mar 2019 15:07:47 +0000 (17:07 +0200)
still not ready, no need to tease users

app/src/main/res/layout/main_navigation.xml

index e4e8017fef4cc1eb2488180681c2a6fe84c3da3f..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" />