Tony | 9c70e7e | 2018-02-01 11:59:39 -0600 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2018 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
Tony | 9c70e7e | 2018-02-01 11:59:39 -0600 | [diff] [blame] | 16 | <vector xmlns:android="http://schemas.android.com/apk/res/android" |
Matthew Ng | 1b9c3d6 | 2018-06-06 17:07:29 -0700 | [diff] [blame] | 17 | android:width="24dp" |
| 18 | android:height="24dp" |
| 19 | android:viewportWidth="24" |
Hyunyoung Song | a19584d | 2019-04-12 23:10:56 -0700 | [diff] [blame] | 20 | android:viewportHeight="24" |
| 21 | android:tint="?android:attr/textColorPrimary"> |
Tony | 9c70e7e | 2018-02-01 11:59:39 -0600 | [diff] [blame] | 22 | |
| 23 | <path |
Matthew Ng | 1b9c3d6 | 2018-06-06 17:07:29 -0700 | [diff] [blame] | 24 | android:fillColor="@android:color/white" |
| 25 | android:pathData="M18,4v5H6V4H18 M18,2H6C4.9,2,4,2.9,4,4v5c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V4C20,2.9,19.1,2,18,2L18,2z" /> |
| 26 | <path |
| 27 | android:fillColor="@android:color/white" |
| 28 | android:pathData="M18,15v5H6v-5H18 M18,13H6c-1.1,0-2,0.9-2,2v5c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2v-5C20,13.9,19.1,13,18,13L18,13z" /> |
| 29 | </vector> |