Index: chrome/android/java/res/layout/autofill_profile_editor.xml |
diff --git a/chrome/android/java/res/layout/autofill_profile_editor.xml b/chrome/android/java/res/layout/autofill_profile_editor.xml |
index 209f6372f168ed0765818ccf4b70d0edc3524fe2..da99fff6322605934f5eb34c042b6537862a3be8 100644 |
--- a/chrome/android/java/res/layout/autofill_profile_editor.xml |
+++ b/chrome/android/java/res/layout/autofill_profile_editor.xml |
@@ -61,8 +61,7 @@ |
android:imeOptions="flagNoExtractUi" |
android:inputType="phone" |
android:singleLine="true" |
- android:hint="@string/autofill_profile_editor_phone_number" |
- android:contentDescription="@string/autofill_profile_editor_phone_number" /> |
newt (away)
2015/02/25 23:18:04
Don't remove the contentDescriptions for EditTexts
|
+ android:hint="@string/autofill_profile_editor_phone_number" /> |
</org.chromium.chrome.browser.widget.FloatLabelLayout> |
<org.chromium.chrome.browser.widget.FloatLabelLayout |
@@ -76,8 +75,7 @@ |
android:imeOptions="flagNoExtractUi" |
android:inputType="textEmailAddress" |
android:singleLine="true" |
- android:hint="@string/autofill_profile_editor_email_address" |
- android:contentDescription="@string/autofill_profile_editor_email_address" /> |
+ android:hint="@string/autofill_profile_editor_email_address" /> |
</org.chromium.chrome.browser.widget.FloatLabelLayout> |
</LinearLayout> |