mirror of
https://github.com/etesync/android
synced 2025-01-23 22:21:23 +00:00
Add autofill hints to the login screen.
This commit is contained in:
parent
ee6f731c60
commit
8abbbd122f
@ -40,6 +40,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:hint="@string/login_email_address"
|
android:hint="@string/login_email_address"
|
||||||
|
android:autofillHints="emailAddress"
|
||||||
android:inputType="textEmailAddress"/>
|
android:inputType="textEmailAddress"/>
|
||||||
<com.google.android.material.textfield.TextInputLayout
|
<com.google.android.material.textfield.TextInputLayout
|
||||||
android:id="@+id/url_password"
|
android:id="@+id/url_password"
|
||||||
@ -50,6 +51,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:fontFamily="monospace"
|
android:fontFamily="monospace"
|
||||||
|
android:autofillHints="password"
|
||||||
android:inputType="textPassword"
|
android:inputType="textPassword"
|
||||||
android:hint="@string/login_password"/>
|
android:hint="@string/login_password"/>
|
||||||
</com.google.android.material.textfield.TextInputLayout>
|
</com.google.android.material.textfield.TextInputLayout>
|
||||||
|
Loading…
Reference in New Issue
Block a user