Fix IME actions for Names screen on setup flow

b/13544189

Change-Id: I251c28918c899b8237c6eee3bc3f0beface00a38
This commit is contained in:
Tony Mantler 2014-04-04 15:56:38 -07:00
parent 4775271611
commit 36da789bc2
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>