Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: chrome/android/java/res/layout/autofill_profile_editor.xml

Issue 953163002: autofill - remove contentDescriptions on EditTexts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/android/java/res/layout/autofill_credit_card_editor.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/android/java/res/layout/autofill_credit_card_editor.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698