Skip to content

Commit

Permalink
Merge pull request #1307 from cemrich/feature/autofill-service-on-login
Browse files Browse the repository at this point in the history
Enable androids autofill service in login mask
  • Loading branch information
David-Development authored Oct 31, 2023
2 parents 5258544 + 5e5110e commit 25138f1
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 25138f1

Please sign in to comment.