Show password disguise toggle icon (#16)

Fixes #6
This commit is contained in:
Kirill Kamakin
2021-11-27 19:44:56 +03:00
committed by GitHub
parent f74973e40a
commit 186e1bf944

View File

@@ -30,6 +30,7 @@
android:hint="@string/fragment_authentication_input_hint_password"
app:layout_constraintBottom_toTopOf="@+id/url_input_layout"
app:layout_constraintEnd_toEndOf="parent"
app:endIconMode="password_toggle"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/email_input_layout">