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

Unified Diff: chrome/android/java/res/drawable/downloads_big.xml

Issue 2921003002: Replace lint suppressions for vector drawables with targetApi attribute (Closed)
Patch Set: Created 3 years, 7 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 | « build/android/lint/suppressions.xml ('k') | chrome/android/java/res/drawable/ic_bluetooth_connected.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/drawable/downloads_big.xml
diff --git a/chrome/android/java/res/drawable/downloads_big.xml b/chrome/android/java/res/drawable/downloads_big.xml
index f1ddf19b0d13ee0097492c160cd94a29b4963d2e..aa111f00295a16466681587b9cd96e13ee00e617 100644
--- a/chrome/android/java/res/drawable/downloads_big.xml
+++ b/chrome/android/java/res/drawable/downloads_big.xml
@@ -4,6 +4,8 @@
found in the LICENSE file. -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ tools:targetApi="21"
android:width="64dp"
android:height="64dp"
android:viewportWidth="24.0"
« no previous file with comments | « build/android/lint/suppressions.xml ('k') | chrome/android/java/res/drawable/ic_bluetooth_connected.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698