Chromium Code Reviews| 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="M28,4L12,4C9.79,4 8.02,5.79 8.02,8L8,40c0,2.21 1.77,4 3.98,4L36,44c2.21,0 4,-1.79 4,-4L40,16L28,4zM32,36L16,36v-4h16v4zM32,28L16,28v-4 h16v4zM26,18L26,7l11,11L26,18z" | |
| 15 android:fillColor="#FFFFFF"/> | |
| 16 </vector> | |
| OLD | NEW |