Remove hint text, add contentDescription to the name account page
This matches the tablet version of this screen. b/10695468 Change-Id: I3b0bfa75cf2e897a16e3493fc4cfc8e74f35e498
This commit is contained in:
parent
e3a4a1b25d
commit
9cf823794e
@ -43,7 +43,7 @@
|
||||
android:id="@+id/account_description"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:hint="@string/account_setup_names_account_name_label"
|
||||
android:contentDescription="@string/account_setup_names_account_name_label"
|
||||
android:inputType="textCapWords|textNoSuggestions"
|
||||
android:imeOptions="actionNext" />
|
||||
<TextView
|
||||
@ -57,7 +57,7 @@
|
||||
android:id="@+id/account_name"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:hint="@string/account_setup_names_user_name_label"
|
||||
android:contentDescription="@string/account_setup_names_user_name_label"
|
||||
android:inputType="textPersonName"
|
||||
android:imeOptions="actionDone" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user