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

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

Issue 2906763005: Add support for Brazil Elo card in autofill. (Closed)
Patch Set: Fix test Created 3 years, 6 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:pathData="M0,8C0,3.58 3.59,0 8.01,0L119.99,0C124.42,0 128,3.58 1 28,8L128,72C128,76.42 124.41,80 119.99,80L8.01,80C3.58,80 0,76.42 0,72L0,8Z"
16 android:strokeColor="#00000000"
17 android:fillColor="#E0E0E0"
18 android:strokeWidth="1"/>
19 <path
20 android:pathData="M4,8L4,72C4,74.21 5.79,76 8.01,76L119.99,76C122.2,76 1 24,74.21 124,72L124,8C124,5.79 122.21,4 119.99,4L8.01,4C5.8,4 4,5.79 4,8Z"
21 android:strokeColor="#00000000"
22 android:fillColor="#FFFFFF"
23 android:strokeWidth="1"/>
24 <path
25 android:pathData="M36,40C36,24.53 48.53,12 64,12C79.47,12 92,24.53 92,40 C92,55.47 79.47,68 64,68C48.53,68 36,55.47 36,40"
26 android:strokeColor="#00000000"
27 android:fillColor="#000000"
28 android:strokeWidth="1"/>
29 <path
30 android:pathData="M55.48,43.4C54.61,44.25 53.44,44.77 52.13,44.75C51.24, 44.73 50.41,44.47 49.71,44.02L47.97,46.8C49.16,47.55 50.57,48 52.09,48.02C54.3,4 8.06 56.31,47.19 57.77,45.75L55.48,43.4Z"
31 android:strokeColor="#00000000"
32 android:fillColor="#FFFFFF"
33 android:strokeWidth="1"/>
34 <path
35 android:pathData="M47.54,40.55C47.52,40.36 47.51,40.17 47.52,39.98C47.56 ,37.39 49.69,35.32 52.28,35.36C53.69,35.38 54.94,36.03 55.79,37.03L47.54,40.55ZM 52.33,32.08C47.93,32.02 44.31,35.53 44.24,39.93C44.22,41.58 44.69,43.12 45.53,44 .4L59.96,38.23C59.15,34.76 56.06,32.14 52.33,32.08L52.33,32.08Z"
36 android:strokeColor="#00000000"
37 android:fillColor="#FFFFFF"
38 android:strokeWidth="1"/>
39 <path
40 android:pathData="M64.49,28.49L64.49,43.88L67.16,44.99L65.9,48.02L63.26, 46.92C62.66,46.67 62.26,46.28 61.96,45.83C61.66,45.38 61.45,44.76 61.45,43.92L61 .45,28.49L64.49,28.49Z"
41 android:strokeColor="#00000000"
42 android:fillColor="#FFFFFF"
43 android:strokeWidth="1"/>
44 <path
45 android:pathData="M72.51,43.59L72.51,43.59C71.61,42.73 70.9,41.39 70.9,4 0.05C70.9,38.65 71.53,37.4 72.51,36.55C72.5,36.55 70.32,34.09 70.32,34.09C68.67, 35.55 67.62,37.68 67.62,40.05C67.62,42.46 68.7,44.62 70.38,46.08L72.51,43.59"
46 android:strokeColor="#00000000"
47 android:fillColor="#00A6E0"
48 android:strokeWidth="1"/>
49 <path
50 android:pathData="M74.03,35.64C74.54,35.45 75.02,35.36 75.59,35.36C77.86 ,35.36 79.74,36.97 80.19,39.1L83.4,38.43C82.65,34.81 79.44,32.08 75.59,32.08C74. 66,32.08 73.77,32.25 72.94,32.54L74.03,35.64C74.03,35.64 74.05,35.63 74.03,35.64 "
51 android:strokeColor="#00000000"
52 android:fillColor="#FFF000"
53 android:strokeWidth="1"/>
54 <path
55 android:pathData="M75.59,44.74C74.96,44.74 74.06,44.48 74.06,44.48L73.02 ,47.59C73.83,47.87 74.69,48.02 75.59,48.02C79.48,48.02 82.72,45.24 83.42,41.55L8 0.19,40.94C79.78,43.11 77.88,44.74 75.59,44.74"
56 android:strokeColor="#00000000"
57 android:fillColor="#FF0217"
58 android:strokeWidth="1"/>
59 </vector>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/android/resource_id.h » ('j') | chrome/browser/ui/autofill/autofill_popup_layout_model.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698