android:text="@string/nav_reports_title"
android:visibility="gone" />
- <include layout="@layout/nav_profile_list_head" />
+ <include
+ android:id="@+id/nav_profile_list_head_layout"
+ layout="@layout/nav_profile_list_head" />
<LinearLayout
android:id="@+id/nav_profile_list_container"
<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"
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"