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

Unified Diff: chrome/android/java/res/drawable/ic_signal_cellular_4_bar.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 | « chrome/android/java/res/drawable/ic_signal_cellular_3_bar.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/drawable/ic_signal_cellular_4_bar.xml
diff --git a/chrome/android/java/res/drawable/ic_signal_cellular_4_bar.xml b/chrome/android/java/res/drawable/ic_signal_cellular_4_bar.xml
index 780ba4952d25511a380065889ec3c409a1af43d9..e2ab2800605f009c7219a6932a5ab3c11304bac6 100644
--- a/chrome/android/java/res/drawable/ic_signal_cellular_4_bar.xml
+++ b/chrome/android/java/res/drawable/ic_signal_cellular_4_bar.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="24dp"
android:height="24dp"
android:viewportWidth="24.0"
« no previous file with comments | « chrome/android/java/res/drawable/ic_signal_cellular_3_bar.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698