|
|
|
@ -41,13 +41,23 @@
|
|
|
|
|
app:srcCompat="@drawable/pin" />
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/ivSettings"
|
|
|
|
|
android:id="@+id/ivHide"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
|
android:padding="6dp"
|
|
|
|
|
app:layout_constraintStart_toEndOf="@id/ivPin"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvTitle"
|
|
|
|
|
app:srcCompat="@drawable/twotone_visibility_off_24" />
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/ivSettings"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
|
android:padding="6dp"
|
|
|
|
|
app:layout_constraintStart_toEndOf="@id/ivHide"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvTitle"
|
|
|
|
|
app:srcCompat="@drawable/twotone_settings_24" />
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|