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 xmlns:tools="http://schemas.android.com/tools" |
| 8 tools:targetApi="21" |
| 9 android:width="32dp" |
| 10 android:height="20dp" |
| 11 android:viewportWidth="128" |
| 12 android:viewportHeight="80"> |
| 13 |
| 14 <path |
| 15 android:fillType="evenOdd" |
| 16 android:strokeWidth="1" |
| 17 android:pathData="M 0 0 L 128 0 L 128 80 L 0 80 Z" /> |
| 18 <path |
| 19 android:fillColor="#000000" |
| 20 android:fillAlpha="0.54" |
| 21 android:fillType="evenOdd" |
| 22 android:strokeWidth="1" |
| 23 android:pathData="M96,8 L32,8 C27.56,8 24.04,11.56 24.04,16 L24,64 C24,6
8.44 27.56,72 32,72 L96,72 |
| 24 C100.44,72 104,68.44 104,64 L104,16 C104,11.56 100.44,8 96,8 Z M96,64 L32,64 |
| 25 L32,40 L96,40 L96,64 Z M96,24 L32,24 L32,16 L96,16 L96,24 Z" /> |
| 26 </vector> |
OLD | NEW |