Chromium Code Reviews| OLD | NEW |
|---|---|
| (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="#5A5A5A" | |
|
Ted C
2017/01/04 17:33:17
should we use @color/light_normal_color here inste
lshang
2017/01/05 09:36:22
Done.
| |
| 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> | |
| OLD | NEW |