| 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="M16,10v28l22,-14z" |
| 15 android:fillColor="#FFFFFF"/> |
| 16 </vector> |
| OLD | NEW |