From 186e1bf944b36b6009c60d1b51613dd30bf2c5ee Mon Sep 17 00:00:00 2001 From: Kirill Kamakin Date: Sat, 27 Nov 2021 19:44:56 +0300 Subject: [PATCH] Show password disguise toggle icon (#16) Fixes #6 --- app/src/main/res/layout/fragment_authentication.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/fragment_authentication.xml b/app/src/main/res/layout/fragment_authentication.xml index 8d23b90..312f448 100644 --- a/app/src/main/res/layout/fragment_authentication.xml +++ b/app/src/main/res/layout/fragment_authentication.xml @@ -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">