Skip to content

Commit

Permalink
Enable androids autofill service in login mask
Browse files Browse the repository at this point in the history
Signed-off-by: Christine Coenen <code.coenen@gmail.com>
  • Loading branch information
cemrich committed Oct 29, 2023
1 parent 9d0b747 commit 5e5110e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
android:gravity="start"
android:hint="@string/pref_title_username"
android:inputType="textEmailAddress"
android:autofillHints="emailAddress"
android:textAlignment="viewStart" />

</com.google.android.material.textfield.TextInputLayout>
Expand All @@ -104,6 +105,7 @@
android:gravity="start"
android:hint="@string/pref_title_password"
android:inputType="textPassword"
android:autofillHints="password"
android:maxLines="1"
android:singleLine="true"
android:textAlignment="viewStart" />
Expand Down

0 comments on commit 5e5110e

Please sign in to comment.