1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-20 05:19:08 -05:00

Don't hide password toggle button on error (#666)

This commit is contained in:
Mikołaj Pich 2020-01-26 01:24:24 +01:00 committed by Rafał Borcz
parent 19f495cba6
commit 1e5269c22c
2 changed files with 3 additions and 1 deletions

View File

@ -121,6 +121,7 @@
android:layout_marginRight="24dp"
android:hint="@string/login_password_hint"
app:errorEnabled="true"
app:errorIconDrawable="@null"
app:layout_constraintBottom_toTopOf="@+id/loginFormHostLayout"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
@ -216,9 +217,9 @@
android:layout_height="wrap_content"
android:imeActionLabel="@string/login_sign_in"
android:imeOptions="actionDone"
android:importantForAutofill="no"
android:inputType="textAutoComplete|textNoSuggestions"
android:maxLines="1"
android:importantForAutofill="no"
tools:ignore="LabelFor" />
</com.google.android.material.textfield.TextInputLayout>

View File

@ -153,6 +153,7 @@
android:layout_marginRight="24dp"
android:hint="@string/login_password_hint"
app:errorEnabled="true"
app:errorIconDrawable="@null"
app:layout_constraintBottom_toTopOf="@+id/loginFormHostLayout"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"