Fix IME actions for Names screen on setup flow
b/13544189 Change-Id: I251c28918c899b8237c6eee3bc3f0beface00a38
This commit is contained in:
parent
4775271611
commit
36da789bc2
@ -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>
|
Loading…
Reference in New Issue
Block a user