am b2c167de: Fix text field next/done action in Autofill editor. Do not merge.

* commit 'b2c167de261c6c24421a64e3fa612d8d9234123b':
  Fix text field next/done action in Autofill editor. Do not merge.
diff --git a/res/layout-port/autofill_settings_fragment.xml b/res/layout-port/autofill_settings_fragment.xml
index 63dba4d..097074b 100644
--- a/res/layout-port/autofill_settings_fragment.xml
+++ b/res/layout-port/autofill_settings_fragment.xml
@@ -56,7 +56,8 @@
                 android:layout_margin="2dip"
                 android:textAppearance="?android:attr/textAppearanceMedium"
                 android:inputType="textPersonName|textCapWords"
-                android:singleLine="true" />
+                android:singleLine="true"
+                android:imeOptions="actionNext" />
             <TextView
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
@@ -71,7 +72,8 @@
                 android:layout_margin="2dip"
                 android:textAppearance="?android:attr/textAppearanceMedium"
                 android:inputType="textCapWords"
-                android:singleLine="true" />
+                android:singleLine="true"
+                android:imeOptions="actionNext" />
             <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
@@ -97,7 +99,8 @@
                 android:layout_margin="2dip"
                 android:textAppearance="?android:attr/textAppearanceMedium"
                 android:inputType="textCapWords"
-                android:singleLine="true" />
+                android:singleLine="true"
+                android:imeOptions="actionNext" />
             <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
@@ -123,7 +126,8 @@
                 android:layout_margin="2dip"
                 android:textAppearance="?android:attr/textAppearanceMedium"
                 android:inputType="textCapWords"
-                android:singleLine="true" />
+                android:singleLine="true"
+                android:imeOptions="actionNext" />
             <TextView
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
@@ -138,7 +142,8 @@
                 android:layout_margin="2dip"
                 android:inputType="textCapWords"
                 android:textAppearance="?android:attr/textAppearanceMedium"
-                android:singleLine="true" />
+                android:singleLine="true"
+                android:imeOptions="actionNext" />
             <TextView
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
@@ -153,7 +158,8 @@
                 android:layout_margin="2dip"
                 android:inputType="textCapWords"
                 android:textAppearance="?android:attr/textAppearanceMedium"
-                android:singleLine="true" />
+                android:singleLine="true"
+                android:imeOptions="actionNext" />
             <TextView
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
@@ -168,7 +174,8 @@
                 android:layout_margin="2dip"
                 android:inputType="textCapCharacters"
                 android:textAppearance="?android:attr/textAppearanceMedium"
-                android:singleLine="true" />
+                android:singleLine="true"
+                android:imeOptions="actionNext" />
             <TextView
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
@@ -183,7 +190,8 @@
                 android:layout_margin="2dip"
                 android:inputType="textCapWords"
                 android:textAppearance="?android:attr/textAppearanceMedium"
-                android:singleLine="true" />
+                android:singleLine="true"
+                android:imeOptions="actionNext" />
             <TextView
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
@@ -198,7 +206,8 @@
                 android:layout_margin="2dip"
                 android:textAppearance="?android:attr/textAppearanceMedium"
                 android:singleLine="true"
-                android:phoneNumber="true" />
+                android:phoneNumber="true"
+                android:imeOptions="actionNext" />
             <TextView
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
@@ -213,7 +222,8 @@
                 android:layout_margin="2dip"
                 android:textAppearance="?android:attr/textAppearanceMedium"
                 android:inputType="textEmailAddress"
-                android:singleLine="true" />
+                android:singleLine="true"
+                android:imeOptions="actionDone" />
         </LinearLayout>
     </ScrollView>
 
diff --git a/res/layout/autofill_settings_fragment.xml b/res/layout/autofill_settings_fragment.xml
index 8c90dd7..44bf8f0 100644
--- a/res/layout/autofill_settings_fragment.xml
+++ b/res/layout/autofill_settings_fragment.xml
@@ -62,7 +62,8 @@
                         android:layout_margin="2dip"
                         android:textAppearance="?android:attr/textAppearanceMedium"
                         android:inputType="textPersonName|textCapWords"
-                        android:singleLine="true" />
+                        android:singleLine="true"
+                        android:imeOptions="actionNext" />
                 </TableRow>
                 <TableRow>
                     <TextView
@@ -79,7 +80,8 @@
                         android:layout_margin="2dip"
                         android:textAppearance="?android:attr/textAppearanceMedium"
                         android:inputType="textCapWords"
-                        android:singleLine="true" />
+                        android:singleLine="true"
+                        android:imeOptions="actionNext" />
                 </TableRow>
                 <TableRow>
                     <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
@@ -107,7 +109,8 @@
                         android:layout_margin="2dip"
                         android:textAppearance="?android:attr/textAppearanceMedium"
                         android:inputType="textCapWords"
-                        android:singleLine="true" />
+                        android:singleLine="true"
+                        android:imeOptions="actionNext" />
                 </TableRow>
                 <TableRow>
                     <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
@@ -135,7 +138,8 @@
                         android:layout_margin="2dip"
                         android:textAppearance="?android:attr/textAppearanceMedium"
                         android:inputType="textCapWords"
-                        android:singleLine="true" />
+                        android:singleLine="true"
+                        android:imeOptions="actionNext" />
                 </TableRow>
                 <TableRow>
                     <TextView
@@ -152,7 +156,8 @@
                         android:layout_margin="2dip"
                         android:inputType="textCapWords"
                         android:textAppearance="?android:attr/textAppearanceMedium"
-                        android:singleLine="true" />
+                        android:singleLine="true"
+                        android:imeOptions="actionNext" />
                 </TableRow>
                 <TableRow>
                     <TextView
@@ -169,7 +174,8 @@
                         android:layout_margin="2dip"
                         android:inputType="textCapWords"
                         android:textAppearance="?android:attr/textAppearanceMedium"
-                        android:singleLine="true" />
+                        android:singleLine="true"
+                        android:imeOptions="actionNext" />
                 </TableRow>
                 <TableRow>
                     <TextView
@@ -186,7 +192,8 @@
                         android:layout_margin="2dip"
                         android:inputType="textCapCharacters"
                         android:textAppearance="?android:attr/textAppearanceMedium"
-                        android:singleLine="true" />
+                        android:singleLine="true"
+                        android:imeOptions="actionNext" />
                 </TableRow>
                 <TableRow>
                     <TextView
@@ -203,7 +210,8 @@
                         android:layout_margin="2dip"
                         android:inputType="textCapWords"
                         android:textAppearance="?android:attr/textAppearanceMedium"
-                        android:singleLine="true" />
+                        android:singleLine="true"
+                        android:imeOptions="actionNext" />
                 </TableRow>
                 <TableRow>
                     <TextView
@@ -220,7 +228,8 @@
                         android:layout_margin="2dip"
                         android:textAppearance="?android:attr/textAppearanceMedium"
                         android:singleLine="true"
-                        android:phoneNumber="true" />
+                        android:phoneNumber="true"
+                        android:imeOptions="actionNext" />
                 </TableRow>
                 <TableRow>
                     <TextView
@@ -237,7 +246,8 @@
                         android:layout_margin="2dip"
                         android:textAppearance="?android:attr/textAppearanceMedium"
                         android:inputType="textEmailAddress"
-                        android:singleLine="true" />
+                        android:singleLine="true"
+                        android:imeOptions="actionDone" />
                 </TableRow>
             </TableLayout>
        </LinearLayout>