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

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

Issue 2579623003: [Autofill] Update credit card icons to match payments. (Closed)
Patch Set: Created 4 years 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 2016 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="32dp"
10 android:height="20dp"
11 android:viewportWidth="128"
12 android:viewportHeight="80">
13
14 <path
15 android:fillType="evenOdd"
16 android:strokeWidth="1"
17 android:pathData="M 0 0 L 128 0 L 128 80 L 0 80 Z" />
18 <path
19 android:fillColor="#000000"
20 android:fillAlpha="0.54"
21 android:fillType="evenOdd"
22 android:strokeWidth="1"
23 android:pathData="M 63.8 27 C 70.8692447978 27 76.6 32.7307552022 76.6 3 9.8 C 76.6 46.8692447978 70.8692447978 52.6 63.8 52.6 C 56.7307552022 52.6 51 46 .8692447978 51 39.8 C 51 32.7307552022 56.7307552022 27 63.8 27 Z" />
24 <path
25 android:fillColor="#000000"
26 android:fillAlpha="0.54"
27 android:fillType="evenOdd"
28 android:strokeWidth="1"
29 android:pathData="M52,0 L44.68,8 L32,8 C27.6,8 24,11.6 24,16 L24,64 C24, 68.4 27.6,72 32,72 L96,72
30 C100.4,72 104,68.4 104,64 L104,16 C104,11.6 100.4,8 96,8 L83.32,8 L76,0 L52,0 Z
31 M64,60 C52.96,60 44,51.04 44,40 C44,28.96 52.96,20 64,20 C75.04,20 84,28.96
32 84,40 C84,51.04 75.04,60 64,60 Z" />
33 </vector>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698