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

Unified Diff: chrome/android/java/res/drawable/mir_card.xml

Issue 2888803003: [Payments] Use Autofill assets on Android Payment Request (Closed)
Patch Set: AppCompatResources in more places Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/res/drawable/mir_card.xml
diff --git a/chrome/android/java/res/drawable/mir_card.xml b/chrome/android/java/res/drawable/mir_card.xml
new file mode 100644
index 0000000000000000000000000000000000000000..06deb0cc7096db23641dc4ee5b04cd32d9d3a869
--- /dev/null
+++ b/chrome/android/java/res/drawable/mir_card.xml
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright 2017 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="#3BA536"
+ android:pathData="M34.86,29.77L31.05,42.52C30.95,42.86 30.44,42.86 30.34,42.52L26.53,29.77C25.87,27.54 23.74,26 21.31,26L21.31,26L12,26L12,54L21.31,54L21.31,37.62C21.31,37.22 21.9,37.13 22.03,37.51L27.47,54L33.92,54L39.36,37.51C39.48,37.13 40.08,37.22 40.08,37.62L40.08,54L49.39,54L49.39,26L40.08,26L40.08,26C37.65,26 35.52,27.54 34.86,29.77"
+ android:strokeColor="#00000000" android:strokeWidth="1"/>
+ <path android:fillColor="#3BA536"
+ android:pathData="M74.71,26C72.62,26 70.72,27.17 69.84,28.99L63.44,42.25C63.28,42.59 62.74,42.48 62.74,42.1L62.74,26L53.43,26L53.43,54L61.31,54L61.31,54C63.38,54 65.25,52.83 66.09,51.01L72.58,36.87C72.74,36.52 73.28,36.63 73.28,37.01L73.28,54L73.28,54L73.28,54L82.59,54L82.59,26L74.71,26Z"
+ android:strokeColor="#00000000" android:strokeWidth="1"/>
+ <path android:fillColor="#3BA536"
+ android:pathData="M86.63,38.9L86.63,54L95.94,54L95.94,45.06L105.85,45.06C110.1,45.06 113.73,42.5 115.15,38.9L86.63,38.9Z"
+ android:strokeColor="#00000000" android:strokeWidth="1"/>
+ <path android:fillColor="#0093D3"
+ android:pathData="M105.85,26L85.42,26C86.14,32.48 91.86,37.53 98.81,37.53L115.57,37.53C115.72,36.88 115.8,36.21 115.8,35.53L115.8,35.53C115.8,30.27 111.34,26 105.85,26"
+ android:strokeColor="#00000000" android:strokeWidth="1"/>
+</vector>
+
« no previous file with comments | « chrome/android/java/res/drawable/discover_card.xml ('k') | chrome/android/java/res/drawable/unionpay_card.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698