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">