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

Unified Diff: chrome/android/java/res/drawable/ic_create_googblue.xml

Issue 2874933008: Adds animation as feature variation to keyboard accessory. (Closed)
Patch Set: Postpone RTL animation with TODO until we understand expected behavior. Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
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..53ee5402bd42d76966a0f56da63fe0b44bbd17d5
--- /dev/null
+++ b/chrome/android/java/res/drawable/ic_create_googblue.xml
@@ -0,0 +1,21 @@
+<?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"
Ted C 2017/05/17 00:04:29 Hmm..we already have two pencil icons in Chrome b
csashi 2017/05/17 01:14:15 How about I use bookmark_edit_normal? FWIW, bookma
Theresa 2017/05/17 15:13:46 Keeping bookmark_edit_normal sounds good to me. bo
csashi 2017/05/17 18:38:53 Done.
+ xmlns:tools="http://schemas.android.com/tools"
+ tools:targetApi="21"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+
+ <path
+ android:fillColor="#4285F4"
+ android:pathData=
+ "M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39 .39 -1.02
+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>

Powered by Google App Engine
This is Rietveld 408576698