mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2025-01-19 06:36:53 -06:00
Don't hide password toggle button on error (#666)
This commit is contained in:
parent
19f495cba6
commit
1e5269c22c
@ -121,6 +121,7 @@
|
|||||||
android:layout_marginRight="24dp"
|
android:layout_marginRight="24dp"
|
||||||
android:hint="@string/login_password_hint"
|
android:hint="@string/login_password_hint"
|
||||||
app:errorEnabled="true"
|
app:errorEnabled="true"
|
||||||
|
app:errorIconDrawable="@null"
|
||||||
app:layout_constraintBottom_toTopOf="@+id/loginFormHostLayout"
|
app:layout_constraintBottom_toTopOf="@+id/loginFormHostLayout"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
@ -216,9 +217,9 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:imeActionLabel="@string/login_sign_in"
|
android:imeActionLabel="@string/login_sign_in"
|
||||||
android:imeOptions="actionDone"
|
android:imeOptions="actionDone"
|
||||||
|
android:importantForAutofill="no"
|
||||||
android:inputType="textAutoComplete|textNoSuggestions"
|
android:inputType="textAutoComplete|textNoSuggestions"
|
||||||
android:maxLines="1"
|
android:maxLines="1"
|
||||||
android:importantForAutofill="no"
|
|
||||||
tools:ignore="LabelFor" />
|
tools:ignore="LabelFor" />
|
||||||
</com.google.android.material.textfield.TextInputLayout>
|
</com.google.android.material.textfield.TextInputLayout>
|
||||||
|
|
||||||
|
@ -153,6 +153,7 @@
|
|||||||
android:layout_marginRight="24dp"
|
android:layout_marginRight="24dp"
|
||||||
android:hint="@string/login_password_hint"
|
android:hint="@string/login_password_hint"
|
||||||
app:errorEnabled="true"
|
app:errorEnabled="true"
|
||||||
|
app:errorIconDrawable="@null"
|
||||||
app:layout_constraintBottom_toTopOf="@+id/loginFormHostLayout"
|
app:layout_constraintBottom_toTopOf="@+id/loginFormHostLayout"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user