Prevent autofill for username editor.

master
Alan Evans 2020-08-28 12:09:30 -03:00 committed by Greyson Parrelli
parent b3555f2f94
commit d16c0d2887
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
android:layout_marginEnd="16dp"
android:hint="@string/UsernameEditFragment_username"
android:imeOptions="actionDone"
android:importantForAutofill="no"
android:inputType="text"
android:maxLines="1"
android:minHeight="56dp"