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

Side by Side 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, 6 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2016 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2016 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. --> 4 found in the LICENSE file. -->
5 5
6 <vector xmlns:android="http://schemas.android.com/apk/res/android" 6 <vector xmlns:android="http://schemas.android.com/apk/res/android"
7 xmlns:tools="http://schemas.android.com/tools"
8 tools:targetApi="21"
7 android:width="64dp" 9 android:width="64dp"
8 android:height="64dp" 10 android:height="64dp"
9 android:viewportWidth="24.0" 11 android:viewportWidth="24.0"
10 android:viewportHeight="24.0"> 12 android:viewportHeight="24.0">
11 <path 13 <path
12 android:pathData="M19,9h-4V3H9v6H5l7,7 7,-7zM5,18v2h14v-2H5z" 14 android:pathData="M19,9h-4V3H9v6H5l7,7 7,-7zM5,18v2h14v-2H5z"
13 android:fillColor="@color/google_grey_500"/> 15 android:fillColor="@color/google_grey_500"/>
14 </vector> 16 </vector>
OLDNEW
« 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