Chromium Code Reviews| Index: chrome/android/java/res/drawable/ic_info_outline_grey.xml |
| diff --git a/chrome/android/java/res/drawable/ic_info_outline_grey.xml b/chrome/android/java/res/drawable/ic_info_outline_grey.xml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d32fb35cdbbc0b2e915e55a57cbee3f88f4e5d43 |
| --- /dev/null |
| +++ b/chrome/android/java/res/drawable/ic_info_outline_grey.xml |
| @@ -0,0 +1,26 @@ |
| +<?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="16dp" |
| + android:height="16dp" |
| + android:viewportWidth="16" |
| + android:viewportHeight="16"> |
| + |
| + <path |
| + android:pathData="M -1 -1 H 17 V 17 H -1 V -1 Z" /> |
| + <path |
| + android:fillType="evenOdd" |
| + android:pathData="M0,0l16,0l0,16l-16,0l0,-16z" /> |
| + <path |
| + android:fillColor="#5A5A5A" |
|
Ted C
2017/01/04 17:33:17
should we use @color/light_normal_color here inste
lshang
2017/01/05 09:36:22
Done.
|
| + android:fillType="evenOdd" |
| + android:pathData="M8,1c-3.864,0 -7,3.136 -7,7c0,3.864 3.136,7 7,7c3.864,0 7,-3.136 7,-7c0,-3.864 |
| +-3.136,-7 -7,-7l0,0zm-5.5,7c0,-3.031875 2.468125,-5.5 5.5,-5.5c3.031875,0 |
| +5.5,2.468125 5.5,5.5c0,3.031875 -2.468125,5.5 -5.5,5.5c-3.031875,0 |
| +-5.5,-2.468125 -5.5,-5.5zm6.5,4l0,-5l-2,0l0,5l2,0zm-2,-6l2,0l0,-2l-2,0l0,2l0,0z" /> |
| +</vector> |