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

Side by Side 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 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="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 android:fillColor="#3BA536"
31 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,54L2 1.31,37.62C21.31,37.22 21.9,37.13 22.03,37.51L27.47,54L33.92,54L39.36,37.51C39.4 8,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"
32 android:strokeColor="#00000000" android:strokeWidth="1"/>
33 <path android:fillColor="#3BA536"
34 android:pathData="M74.71,26C72.62,26 70.72,27.17 69.84,28.99L63.44,42.25 C63.28,42.59 62.74,42.48 62.74,42.1L62.74,26L53.43,26L53.43,54L61.31,54L61.31,54 C63.38,54 65.25,52.83 66.09,51.01L72.58,36.87C72.74,36.52 73.28,36.63 73.28,37.0 1L73.28,54L73.28,54L73.28,54L82.59,54L82.59,26L74.71,26Z"
35 android:strokeColor="#00000000" android:strokeWidth="1"/>
36 <path android:fillColor="#3BA536"
37 android:pathData="M86.63,38.9L86.63,54L95.94,54L95.94,45.06L105.85,45.06 C110.1,45.06 113.73,42.5 115.15,38.9L86.63,38.9Z"
38 android:strokeColor="#00000000" android:strokeWidth="1"/>
39 <path android:fillColor="#0093D3"
40 android:pathData="M105.85,26L85.42,26C86.14,32.48 91.86,37.53 98.81,37.5 3L115.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"
41 android:strokeColor="#00000000" android:strokeWidth="1"/>
42 </vector>
43
OLDNEW
« 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