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

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

Issue 954063003: Fix the last lint warnings in chrome/ (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
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..e3433175e2ac217d5b0118dcdc0346243f1c6e05 100644
--- a/chrome/android/java/res/layout/autofill_profile_editor.xml
+++ b/chrome/android/java/res/layout/autofill_profile_editor.xml
@@ -15,6 +15,9 @@
android:orientation="vertical"
android:focusableInTouchMode="true" >
+ <!-- EditText views in FloatLabelLayout require both hint and contentDescription to be set
+ to work correctly for accessibility because FloatLabelLayout sometimes clear hint. -->
+ <!--suppress ContentDescription -->
<LinearLayout
style="@style/PreferenceScreenLayout"
android:layout_width="match_parent"
« no previous file with comments | « chrome/android/java/res/layout/autofill_credit_card_editor.xml ('k') | chrome/android/java/res/layout/js_modal_dialog.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698