Merge "Fix IME actions for Names screen on setup flow" into ub-mail-algol

This commit is contained in:
Tony Mantler 2014-04-04 23:12:55 +00:00 committed by Android (Google) Code Review
commit d1a48cb5f4

View File

@ -28,8 +28,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_width="match_parent" android:layout_width="match_parent"
android:contentDescription="@string/account_setup_names_account_name_label" android:contentDescription="@string/account_setup_names_account_name_label"
android:inputType="textCapWords|textNoSuggestions" android:inputType="textCapWords|textNoSuggestions" />
android:imeOptions="actionNext" />
<TextView <TextView
android:id="@+id/account_name_label" android:id="@+id/account_name_label"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -41,6 +40,5 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_width="match_parent" android:layout_width="match_parent"
android:contentDescription="@string/account_setup_names_user_name_label" android:contentDescription="@string/account_setup_names_user_name_label"
android:inputType="textPersonName" android:inputType="textPersonName" />
android:imeOptions="actionDone" />
</LinearLayout> </LinearLayout>