diff options
Diffstat (limited to 'res/layout-port/autofill_settings_fragment.xml')
-rw-r--r-- | res/layout-port/autofill_settings_fragment.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout-port/autofill_settings_fragment.xml b/res/layout-port/autofill_settings_fragment.xml index 16f674d..9f26fd9 100644 --- a/res/layout-port/autofill_settings_fragment.xml +++ b/res/layout-port/autofill_settings_fragment.xml @@ -140,7 +140,8 @@ android:text="@string/autofill_profile_editor_email_address" /> <EditText android:id="@+id/autofill_profile_editor_email_address_edit" style="@style/AutofillProfileEditText" - android:inputType="textEmailAddress" /> + android:inputType="textEmailAddress" + android:imeOptions="actionDone|flagNoExtractUi" /> </LinearLayout> </ScrollView> </LinearLayout> |