| 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 <!-- TODO(https://crbug.com/602627) tools:targetApi added to mute the NewApi lin
t error. --> | |
| 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="48dp" | |
| 10 android:height="48dp" | |
| 11 android:viewportWidth="48.0" | |
| 12 android:viewportHeight="48.0"> | |
| 13 <path | |
| 14 android:pathData="M24,6v21.11c-1.18,-0.69 -2.54,-1.11 -4,-1.11 -4.42,0 -
8,3.58 -8,8s3.58,8 8,8 8,-3.58 8,-8V14h8V6H24z" | |
| 15 android:fillColor="#FFFFFF"/> | |
| 16 </vector> | |
| OLD | NEW |