Chromium Code Reviews| Index: chrome/android/java/res/drawable/ic_create_googblue.xml |
| diff --git a/chrome/android/java/res/drawable/ic_create_googblue.xml b/chrome/android/java/res/drawable/ic_create_googblue.xml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..eb48250d6c1656d06e392200849e2c1edd5dab44 |
| --- /dev/null |
| +++ b/chrome/android/java/res/drawable/ic_create_googblue.xml |
| @@ -0,0 +1,20 @@ |
| +<?xml version="1.0" encoding="utf-8"?> |
| +<!-- Copyright 2016 The Chromium Authors. All rights reserved. |
|
please use gerrit instead
2017/05/15 14:37:29
2017
csashi
2017/05/15 20:07:26
Done.
|
| + 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:fillColor="#000000" |
| + android:pathData="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39 .39 -1.02 |
|
please use gerrit instead
2017/05/15 14:37:29
100 character line limit similar to https://cs.chr
csashi
2017/05/15 20:07:26
Done.
|
| +0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z" /> |
| + <path |
| + android:pathData="M0 0h24v24H0z" /> |
| +</vector> |