| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- Copyright 2016 The Chromium Authors. All rights reserved. | 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 | 3 Use of this source code is governed by a BSD-style license that can be |
| 4 found in the LICENSE file. --> | 4 found in the LICENSE file. --> |
| 5 | |
| 6 <vector xmlns:android="http://schemas.android.com/apk/res/android" | 5 <vector xmlns:android="http://schemas.android.com/apk/res/android" |
| 7 android:width="60dp" | 6 android:width="24dp" |
| 8 android:height="60dp" | 7 android:height="24dp" |
| 9 android:viewportWidth="24.0" | 8 android:viewportWidth="24.0" |
| 10 android:viewportHeight="24.0"> | 9 android:viewportHeight="24.0"> |
| 11 <path | 10 <path |
| 12 android:pathData="M19,9h-4V3H9v6H5l7,7 7,-7zM5,18v2h14v-2H5z" | 11 android:pathData="M2,22h20V2z" |
| 13 android:fillColor="#5A5A5A"/> | 12 android:fillAlpha=".3" |
| 13 android:fillColor="#FFFFFF"/> |
| 14 <path |
| 15 android:pathData="M17,7L2,22h15z" |
| 16 android:fillColor="#FFFFFF"/> |
| 14 </vector> | 17 </vector> |
| OLD | NEW |