Merge "Fix IME actions for Names screen on setup flow" into ub-mail-algol
This commit is contained in:
commit
d1a48cb5f4
@ -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>
|
Loading…
Reference in New Issue
Block a user