| 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:fillAlpha="0" |
| 18 android:fillType="evenOdd" |
| 19 android:strokeAlpha="0" |
| 20 android:strokeWidth="1" |
| 21 android:pathData="M 0 0 H 16 V 16 H 0 V 0 Z" /> |
| 22 <path |
| 23 android:fillColor="@color/google_red_700" |
| 24 android:fillType="evenOdd" |
| 25 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" /> |
| 26 </vector> |
| OLD | NEW |