|
|
|
@ -45,7 +45,7 @@
|
|
|
|
android:id="@+id/edit_email"
|
|
|
|
android:id="@+id/edit_email"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:autofillHints="emailAddress"
|
|
|
|
android:autofillHints="username"
|
|
|
|
android:hint="@string/email"
|
|
|
|
android:hint="@string/email"
|
|
|
|
android:imeOptions="actionNext"
|
|
|
|
android:imeOptions="actionNext"
|
|
|
|
android:inputType="textEmailAddress"
|
|
|
|
android:inputType="textEmailAddress"
|
|
|
|
|