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

Unified Diff: chrome/android/java/res/drawable/ic_warning_red.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
« no previous file with comments | « chrome/android/java/res/drawable/ic_warning_black.xml ('k') | chrome/browser/android/resource_id.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/drawable/ic_warning_red.xml
diff --git a/chrome/android/java/res/drawable/ic_warning_red.xml b/chrome/android/java/res/drawable/ic_warning_red.xml
new file mode 100644
index 0000000000000000000000000000000000000000..55ba23193688ffdb77ac000969b36f38b750b111
--- /dev/null
+++ b/chrome/android/java/res/drawable/ic_warning_red.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:fillAlpha="0"
+ android:fillType="evenOdd"
+ android:strokeAlpha="0"
+ android:strokeWidth="1"
+ android:pathData="M 0 0 H 16 V 16 H 0 V 0 Z" />
+ <path
+ android:fillColor="@color/google_red_700"
+ android:fillType="evenOdd"
+ android:pathData="M0.5,14l15,0l-7.5,-13l-7.5,13l0,0zm8.5,-2l-2,0l0,-2l2,0l0,2l0,0zm0,-3l-2,0l0,-3l2,0l0,3l0,0z" />
+</vector>
« no previous file with comments | « chrome/android/java/res/drawable/ic_warning_black.xml ('k') | chrome/browser/android/resource_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698