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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2017 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. -->
5
6 <vector xmlns:android="http://schemas.android.com/apk/res/android"
7 xmlns:tools="http://schemas.android.com/tools"
8 tools:targetApi="21"
9 android:width="16dp"
10 android:height="16dp"
11 android:viewportWidth="16"
12 android:viewportHeight="16">
13
14 <path
15 android:pathData="M -1 -1 H 17 V 17 H -1 V -1 Z" />
16 <path
17 android:fillType="evenOdd"
18 android:pathData="M0,0l16,0l0,16l-16,0l0,-16z" />
19 <path
20 android:fillColor="@color/light_normal_color"
21 android:fillType="evenOdd"
22 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
23 -3.136,-7 -7,-7l0,0zm-5.5,7c0,-3.031875 2.468125,-5.5 5.5,-5.5c3.031875,0
24 5.5,2.468125 5.5,5.5c0,3.031875 -2.468125,5.5 -5.5,5.5c-3.031875,0
25 -5.5,-2.468125 -5.5,-5.5zm6.5,4l0,-5l-2,0l0,5l2,0zm-2,-6l2,0l0,-2l-2,0l0,2l0,0z" />
26 </vector>
OLDNEW
« 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