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

Unified Diff: chrome/android/java/res/drawable/ic_warning_black.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_warning_black.xml
diff --git a/chrome/android/java/res/drawable/ic_warning_black.xml b/chrome/android/java/res/drawable/ic_warning_black.xml
deleted file mode 100644
index 13b848c8afa8584e2239d96b57c369eb87df6d22..0000000000000000000000000000000000000000
--- a/chrome/android/java/res/drawable/ic_warning_black.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright 2016 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="32dp"
- android:height="20dp"
- android:viewportWidth="128"
- android:viewportHeight="80">
-
- <path
- android:fillType="evenOdd"
- android:strokeWidth="1"
- android:pathData="M 0 0 L 128 0 L 128 80 L 0 80 Z" />
- <path
- android:fillColor="#000000"
- android:fillAlpha="0.54"
- android:fillType="evenOdd"
- android:strokeWidth="1"
- android:pathData="M20,76 L108,76 L64,0 L20,76 Z M68,64 L60,64 L60,56 L68,56 L68,64 Z M68,48 L60,48
-L60,32 L68,32 L68,48 Z" />
-</vector>
« no previous file with comments | « chrome/android/java/res/drawable/ic_info_outline_grey.xml ('k') | chrome/android/java/res/drawable/ic_warning_red.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698