]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/nav_profile_list_head.xml
hook profile list expansion/collapsing on tap at runtime
[mobile-ledger.git] / app / src / main / res / layout / nav_profile_list_head.xml
index 49d0a3a7c7dbe86a7511b8d934f4c67618408fba..5bd0f4a0d32197e00451c4fb054a968d2d7bb7ec 100644 (file)
@@ -20,8 +20,7 @@
 <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"