OLD | NEW |
---|---|
(Empty) | |
1 <?xml version="1.0" encoding="utf-8"?> | |
2 <!-- Copyright 2016 The Chromium Authors. All rights reserved. | |
please use gerrit instead
2017/05/15 14:37:29
2017
csashi
2017/05/15 20:07:26
Done.
| |
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:fillColor="#000000" | |
16 android:pathData="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39 .39 -1.02 | |
please use gerrit instead
2017/05/15 14:37:29
100 character line limit similar to https://cs.chr
csashi
2017/05/15 20:07:26
Done.
| |
17 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z" /> | |
18 <path | |
19 android:pathData="M0 0h24v24H0z" /> | |
20 </vector> | |
OLD | NEW |