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

Side by Side Diff: chrome/android/java/res/drawable/ic_collections_grey.xml

Issue 2740893004: Replace png icons from CBD with vector graphics. (Closed)
Patch Set: add compatibility with old devices Created 3 years, 9 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
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2017 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. -->
5
6 <vector xmlns:android="http://schemas.android.com/apk/res/android"
7 xmlns:tools="http://schemas.android.com/tools"
8 tools:targetApi="21"
9 android:width="24dp"
10 android:height="24dp"
11 android:viewportWidth="24.0"
12 android:viewportHeight="24.0">
13 <path
14 android:fillColor="@color/google_grey_600"
15 android:pathData="M22,16L22,4c0,-1.1 -0.9,-2 -2,-2L8,2c-1.1,0 -2,0.9 -2, 2v12c0,1.1 0.9,2 2,2h12c1.1,0 2,-0.9 2,-2zM11,12l2.03,2.71L16,11l4,5L8,16l3,-4zM 2,6v14c0,1.1 0.9,2 2,2h14v-2L4,20L4,6L2,6z"/>
16 </vector>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698