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:
Tony Mantler 2013-09-18 13:32:11 -07:00
parent e3a4a1b25d
commit 9cf823794e

View File

@ -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" />