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

Side by Side Diff: chrome/android/java/res/drawable/visa_card.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:fillColor="#E0E0E0"
16 android:fillType="evenOdd"
17 android:strokeWidth="1"
18 android:pathData="M0,8.00005106 C0,3.58174486 3.59075293,0 8.00697327,0 L119.993027,0
19 C124.415156,0 128,3.5797863 128,8.00005106 L128,71.9999489 C128,76.4182551
20 124.409247,80 119.993027,80 L8.00697327,80 C3.58484404,80 0,76.4202137
21 0,71.9999489 L0,8.00005106 Z" />
22 <path
23 android:fillColor="#FFFFFF"
24 android:fillType="evenOdd"
25 android:strokeWidth="1"
26 android:pathData="M4,8.00005106 L4,71.9999489 C4,74.2094718 5.79238055,7 6 8.00697327,76
27 L119.993027,76 C122.203379,76 124,74.2058465 124,71.9999489 L124,8.00005106
28 C124,5.79052815 122.207619,4 119.993027,4 L8.00697327,4 C5.79662132,4
29 4,5.79415354 4,8.00005106 Z" />
30 <path
31 android:fillColor="#10347E"
32 android:fillType="evenOdd"
33 android:strokeWidth="1"
34 android:pathData="M63.4919867,23.9958263 L56.5451423,55.9982383 L48.1449 266,55.9982383
35 L55.0891047,23.9958263 L63.4919867,23.9958263 L63.4919867,23.9958263 Z
36 M98.8502272,44.6626274 L103.274341,32.6413637 L105.821072,44.6626274
37 L98.8502272,44.6626274 L98.8502272,44.6626274 Z M108.226468,55.9982383
38 L116,55.9982383 L109.22116,23.9958263 L102.044975,23.9958263
39 C100.431601,23.9958263 99.0635658,24.9179119 98.4662171,26.3443861
40 L85.8578939,55.9982383 L94.6794533,55.9982383 L96.4368319,51.2249349
41 L107.215775,51.2249349 L108.226468,55.9982383 L108.226468,55.9982383 Z
42 M86.2979051,45.5505618 C86.3299059,37.0994243 74.4389341,36.6370679
43 74.5216032,32.8672878 C74.545604,31.7113971 75.6602987,30.4950848
44 78.084361,30.1824689 C79.2870586,30.0301014 82.6044768,29.9066313
45 86.3725736,31.6141972 L87.8446114,24.8312201 C85.8232263,24.1035343
46 83.2204931,23.4099998 79.9884098,23.4099998 C71.684197,23.4099998
47 65.8333803,27.7603523 65.7827125,33.9969084 C65.7293779,38.5942012
48 69.9534859,41.1634311 73.142901,42.6976134 C76.4149851,44.2685737
49 77.5110129,45.2773515 77.500346,46.6749285 C77.481679,48.8238344
50 74.8896127,49.7669359 72.4788843,49.8037145 C68.2521088,49.874644
51 65.7987127,48.684602 63.8386623,47.7887867 L62.3212904,54.7950611
52 C64.2813403,55.6882494 67.9027669,56.4579671 71.6681968,56.5 C80.492423,56.5
53 86.2632374,52.204815 86.2979051,45.5505618 L86.2979051,45.5505618
54 L86.2979051,45.5505618 Z M37.8779971,55.9982383 L28.9924357,55.9982383
55 L22.2909305,30.4556794 C21.8829201,28.8847188 21.5255776,28.3094004
56 20.2908793,27.6473903 C18.2694941,26.5650562 14.9334085,25.5510248 12,24.9179119
57 L12.1973384,23.9958263 L26.4990384,23.9958263 C28.325752,23.9958263
58 29.9604605,25.1858684 30.3764712,27.2585907 L33.9125618,45.776486
59 L42.6594526,23.9958263 L51.4890125,23.9958263 L37.8779971,55.9982383 Z" />
60 </vector>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698