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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/res/drawable/visa_card.xml
diff --git a/chrome/android/java/res/drawable/visa_card.xml b/chrome/android/java/res/drawable/visa_card.xml
new file mode 100644
index 0000000000000000000000000000000000000000..a29c7f9503468deb801a1ed524682a2016bfe165
--- /dev/null
+++ b/chrome/android/java/res/drawable/visa_card.xml
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright 2016 The Chromium Authors. All rights reserved.
+ Use of this source code is governed by a BSD-style license that can be
+ 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="32dp"
+ android:height="20dp"
+ android:viewportWidth="128"
+ android:viewportHeight="80">
+
+ <path
+ android:fillColor="#E0E0E0"
+ android:fillType="evenOdd"
+ android:strokeWidth="1"
+ android:pathData="M0,8.00005106 C0,3.58174486 3.59075293,0 8.00697327,0 L119.993027,0
+C124.415156,0 128,3.5797863 128,8.00005106 L128,71.9999489 C128,76.4182551
+124.409247,80 119.993027,80 L8.00697327,80 C3.58484404,80 0,76.4202137
+0,71.9999489 L0,8.00005106 Z" />
+ <path
+ android:fillColor="#FFFFFF"
+ android:fillType="evenOdd"
+ android:strokeWidth="1"
+ android:pathData="M4,8.00005106 L4,71.9999489 C4,74.2094718 5.79238055,76 8.00697327,76
+L119.993027,76 C122.203379,76 124,74.2058465 124,71.9999489 L124,8.00005106
+C124,5.79052815 122.207619,4 119.993027,4 L8.00697327,4 C5.79662132,4
+4,5.79415354 4,8.00005106 Z" />
+ <path
+ android:fillColor="#10347E"
+ android:fillType="evenOdd"
+ android:strokeWidth="1"
+ android:pathData="M63.4919867,23.9958263 L56.5451423,55.9982383 L48.1449266,55.9982383
+L55.0891047,23.9958263 L63.4919867,23.9958263 L63.4919867,23.9958263 Z
+M98.8502272,44.6626274 L103.274341,32.6413637 L105.821072,44.6626274
+L98.8502272,44.6626274 L98.8502272,44.6626274 Z M108.226468,55.9982383
+L116,55.9982383 L109.22116,23.9958263 L102.044975,23.9958263
+C100.431601,23.9958263 99.0635658,24.9179119 98.4662171,26.3443861
+L85.8578939,55.9982383 L94.6794533,55.9982383 L96.4368319,51.2249349
+L107.215775,51.2249349 L108.226468,55.9982383 L108.226468,55.9982383 Z
+M86.2979051,45.5505618 C86.3299059,37.0994243 74.4389341,36.6370679
+74.5216032,32.8672878 C74.545604,31.7113971 75.6602987,30.4950848
+78.084361,30.1824689 C79.2870586,30.0301014 82.6044768,29.9066313
+86.3725736,31.6141972 L87.8446114,24.8312201 C85.8232263,24.1035343
+83.2204931,23.4099998 79.9884098,23.4099998 C71.684197,23.4099998
+65.8333803,27.7603523 65.7827125,33.9969084 C65.7293779,38.5942012
+69.9534859,41.1634311 73.142901,42.6976134 C76.4149851,44.2685737
+77.5110129,45.2773515 77.500346,46.6749285 C77.481679,48.8238344
+74.8896127,49.7669359 72.4788843,49.8037145 C68.2521088,49.874644
+65.7987127,48.684602 63.8386623,47.7887867 L62.3212904,54.7950611
+C64.2813403,55.6882494 67.9027669,56.4579671 71.6681968,56.5 C80.492423,56.5
+86.2632374,52.204815 86.2979051,45.5505618 L86.2979051,45.5505618
+L86.2979051,45.5505618 Z M37.8779971,55.9982383 L28.9924357,55.9982383
+L22.2909305,30.4556794 C21.8829201,28.8847188 21.5255776,28.3094004
+20.2908793,27.6473903 C18.2694941,26.5650562 14.9334085,25.5510248 12,24.9179119
+L12.1973384,23.9958263 L26.4990384,23.9958263 C28.325752,23.9958263
+29.9604605,25.1858684 30.3764712,27.2585907 L33.9125618,45.776486
+L42.6594526,23.9958263 L51.4890125,23.9958263 L37.8779971,55.9982383 Z" />
+</vector>

Powered by Google App Engine
This is Rietveld 408576698