OLD | NEW |
(Empty) | |
| 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- Copyright 2016 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 android:width="60dp" |
| 8 android:height="60dp" |
| 9 android:viewportWidth="24.0" |
| 10 android:viewportHeight="24.0"> |
| 11 <path |
| 12 android:pathData="M19,9h-4V3H9v6H5l7,7 7,-7zM5,18v2h14v-2H5z" |
| 13 android:fillColor="#5A5A5A"/> |
| 14 </vector> |
OLD | NEW |