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

Side by Side Diff: chrome/android/java/res/drawable/ic_snippet_thumbnail_placeholder.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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2016 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. -->
2 <!-- TODO(https://crbug.com/602627) tools:targetApi added to mute the NewApi lin t error. --> 5 <!-- TODO(https://crbug.com/602627) tools:targetApi added to mute the NewApi lin t error. -->
3 <vector xmlns:android="http://schemas.android.com/apk/res/android" 6 <vector xmlns:android="http://schemas.android.com/apk/res/android"
4 xmlns:tools="http://schemas.android.com/tools" 7 xmlns:tools="http://schemas.android.com/tools"
5 tools:targetApi="21" 8 tools:targetApi="21"
6 android:width="@dimen/snippets_thumbnail_size" 9 android:width="@dimen/snippets_thumbnail_size"
7 android:height="@dimen/snippets_thumbnail_size" 10 android:height="@dimen/snippets_thumbnail_size"
8 android:viewportWidth="72" 11 android:viewportWidth="72"
9 android:viewportHeight="72"> 12 android:viewportHeight="72">
10 13
11 <path android:pathData="M0,0 L72,0 L72,71.9997 L0,71.9997 Z" /> 14 <path android:pathData="M0,0 L72,0 L72,71.9997 L0,71.9997 Z" />
12 <path android:fillColor="@color/snippets_thumnail_placeholder_fg" 15 <path android:fillColor="@color/snippets_thumnail_placeholder_fg"
13 android:pathData="M45,42.9997 L45,28.9997 C45,27.8997,44.1,26.9997,43,26 .9997 L29,26.9997 16 android:pathData="M45,42.9997 L45,28.9997 C45,27.8997,44.1,26.9997,43,26 .9997 L29,26.9997
14 C27.9,26.9997,27,27.8997,27,28.9997 L27,42.9997 17 C27.9,26.9997,27,27.8997,27,28.9997 L27,42.9997
15 C27,44.0997,27.9,44.9997,29,44.9997 L43,44.9997 18 C27,44.0997,27.9,44.9997,29,44.9997 L43,44.9997
16 C44.1,44.9997,45,44.0997,45,42.9997 Z M32.5,37.4997 L35,40.5097 L38.5,35.9997 19 C44.1,44.9997,45,44.0997,45,42.9997 Z M32.5,37.4997 L35,40.5097 L38.5,35.9997
17 L43,41.9997 L29,41.9997 L32.5,37.4997 Z" /> 20 L43,41.9997 L29,41.9997 L32.5,37.4997 Z" />
18 </vector> 21 </vector>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698