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

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

Issue 965933002: Address NewApi and other Android lint warnings in src/chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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/homepage_preferences.xml
diff --git a/chrome/android/java/res/layout/homepage_preferences.xml b/chrome/android/java/res/layout/homepage_preferences.xml
index b5c04a8dd53fba2be8063db06e67aaf7dc08ed26..23452d9b3f23c610e54bc74aa40b1494e415dfef 100644
--- a/chrome/android/java/res/layout/homepage_preferences.xml
+++ b/chrome/android/java/res/layout/homepage_preferences.xml
@@ -42,6 +42,7 @@
<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:contentDescription="@null"
android:src="?android:attr/listDivider"
android:scaleType="fitXY" />

Powered by Google App Engine
This is Rietveld 408576698