]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/main_navigation.xml
update copyright notices
[mobile-ledger.git] / app / src / main / res / layout / main_navigation.xml
index 4f4f5c50bbb142fb03afd7729d28fd7140395a44..225dedd44ab6bee4d6dcf59fcb269969cd287f7a 100644 (file)
@@ -1,18 +1,18 @@
 <?xml version="1.0" encoding="utf-8"?><!--
   ~ Copyright © 2019 Damyan Ivanov.
-  ~  This file is part of MoLe.
-  ~  MoLe is free software: you can distribute it and/or modify it
-  ~  under the term of the GNU General Public License as published by
-  ~  the Free Software Foundation, either version 3 of the License, or
-  ~  (at your opinion), any later version.
+  ~ This file is part of MoLe.
+  ~ MoLe is free software: you can distribute it and/or modify it
+  ~ under the term of the GNU General Public License as published by
+  ~ the Free Software Foundation, either version 3 of the License, or
+  ~ (at your opinion), any later version.
   ~
-  ~  MoLe is distributed in the hope that it will be useful,
-  ~  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  ~  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-  ~  GNU General Public License terms for details.
+  ~ MoLe is distributed in the hope that it will be useful,
+  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+  ~ GNU General Public License terms for details.
   ~
-  ~  You should have received a copy of the GNU General Public License
-  ~  along with Mobile-Ledger. If not, see <https://www.gnu.org/licenses/>.
+  ~ You should have received a copy of the GNU General Public License
+  ~ along with MoLe. If not, see <https://www.gnu.org/licenses/>.
   -->
 
 <com.google.android.material.navigation.NavigationView xmlns:android="http://schemas.android.com/apk/res/android"
                         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:nestedScrollingEnabled="false"
                         android:orientation="vertical"
                         android:visibility="gone">
 
                             android:id="@+id/nav_profile_list"
                             android:layout_width="match_parent"
                             android:layout_height="wrap_content"
+                            android:isScrollContainer="false"
+                            android:nestedScrollingEnabled="false"
                             android:orientation="vertical"
                             android:paddingStart="0dp">