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

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

Issue 2548753002: HTTP Bad: set color of http_info/https_invalid icon on Android (Closed)
Patch Set: use id for color Created 3 years, 11 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_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..9f4d2eb25a11eb7e65dce71ff381f78efcff5b72
--- /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="@color/light_normal_color"
+ 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>
« no previous file with comments | « chrome/android/java/res/drawable/ic_info_outline_black.xml ('k') | chrome/android/java/res/drawable/ic_warning_black.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698