| 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 | 5 |
| 6 <vector xmlns:android="http://schemas.android.com/apk/res/android" | 6 <vector xmlns:android="http://schemas.android.com/apk/res/android" |
| 7 xmlns:tools="http://schemas.android.com/tools" |
| 8 tools:targetApi="21" |
| 7 android:width="64dp" | 9 android:width="64dp" |
| 8 android:height="64dp" | 10 android:height="64dp" |
| 9 android:viewportWidth="24.0" | 11 android:viewportWidth="24.0" |
| 10 android:viewportHeight="24.0"> | 12 android:viewportHeight="24.0"> |
| 11 <path | 13 <path |
| 12 android:pathData="M19,9h-4V3H9v6H5l7,7 7,-7zM5,18v2h14v-2H5z" | 14 android:pathData="M19,9h-4V3H9v6H5l7,7 7,-7zM5,18v2h14v-2H5z" |
| 13 android:fillColor="@color/google_grey_500"/> | 15 android:fillColor="@color/google_grey_500"/> |
| 14 </vector> | 16 </vector> |
| OLD | NEW |