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

Unified Diff: chrome/android/java/res/drawable/ic_info_outline_black.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/ic_info_outline_black.xml
diff --git a/chrome/android/java/res/drawable/ic_info_outline_black.xml b/chrome/android/java/res/drawable/ic_info_outline_black.xml
new file mode 100644
index 0000000000000000000000000000000000000000..6e1c21879ce999f7541d85fbfb33e6be165f2627
--- /dev/null
+++ b/chrome/android/java/res/drawable/ic_info_outline_black.xml
@@ -0,0 +1,27 @@
+<?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:fillType="evenOdd"
+ android:strokeWidth="1"
+ android:pathData="M 0 0 L 128 0 L 128 80 L 0 80 Z" />
+ <path
+ android:fillColor="#000000"
+ android:fillAlpha="0.54"
+ android:fillType="evenOdd"
+ android:strokeWidth="1"
+ android:pathData="M60,60 L68,60 L68,36 L60,36 L60,60 Z M64,0 C41.92,0 24,17.92 24,40 C24,62.08
+41.92,80 64,80 C86.08,80 104,62.08 104,40 C104,17.92 86.08,0 64,0 Z M64,72
+C46.36,72 32,57.64 32,40 C32,22.36 46.36,8 64,8 C81.64,8 96,22.36 96,40
+C96,57.64 81.64,72 64,72 Z M60,28 L68,28 L68,20 L60,20 L60,28 Z" />
+</vector>

Powered by Google App Engine
This is Rietveld 408576698