making the new password visibility toggleable

This commit is contained in:
Adam Brown 2022-06-08 11:33:03 +01:00
parent 1d3b4e9829
commit f40f838a9f
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:hint="@string/ftue_auth_new_password_entry_title"
app:endIconMode="clear_text"
app:endIconMode="password_toggle"
app:layout_constraintBottom_toTopOf="@id/entrySignOutAll"
app:layout_constraintEnd_toEndOf="@id/newPasswordGutterEnd"
app:layout_constraintStart_toStartOf="@id/newPasswordGutterStart"