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

* commit 'd1a48cb5f4cb300677ef62a3cf64a4324d9516aa':
  Fix IME actions for Names screen on setup flow
This commit is contained in:
Tony Mantler 2014-04-04 23:18:25 +00:00 committed by Android Git Automerger
commit 4c0c00f3e4
1 changed files with 2 additions and 4 deletions

View File

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