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="M60,60 L68,60 L68,36 L60,36 L60,60 Z M64,0 C41.92,0 24
,17.92 24,40 C24,62.08 |
| 24 41.92,80 64,80 C86.08,80 104,62.08 104,40 C104,17.92 86.08,0 64,0 Z M64,72 |
| 25 C46.36,72 32,57.64 32,40 C32,22.36 46.36,8 64,8 C81.64,8 96,22.36 96,40 |
| 26 C96,57.64 81.64,72 64,72 Z M60,28 L68,28 L68,20 L60,20 L60,28 Z" /> |
| 27 </vector> |
OLD | NEW |