]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/nav_profile_list_head.xml
hide the options drawer item
[mobile-ledger.git] / app / src / main / res / layout / nav_profile_list_head.xml
index 76892beb04d75e59c94d111c67bbf5721b898d52..5bd0f4a0d32197e00451c4fb054a968d2d7bb7ec 100644 (file)
@@ -2,26 +2,25 @@
 
 <!--
   ~ 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/>.
   -->
 
 <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:app="http://schemas.android.com/apk/res-auto"
     android:layout_width="match_parent"
-    android:layout_height="@dimen/thumb_row_height"
-    android:onClick="navProfilesHeadClicked">
+    android:layout_height="@dimen/thumb_row_height">
 
     <ImageView
         android:id="@+id/nav_profiles_arrow"
@@ -76,7 +75,6 @@
         android:layout_height="0dp"
         android:drawableStart="@drawable/ic_view_list_black_24dp"
         android:gravity="start|center_vertical"
-        android:onClick="navProfilesHeadClicked"
         android:text="@string/profiles"
         app:layout_constraintBottom_toBottomOf="parent"
         app:layout_constraintStart_toStartOf="parent"