Maurice Lam | 35c9abd | 2017-05-19 15:23:26 -0700 | [diff] [blame] | 1 | <!-- |
| 2 | Copyright (C) 2017 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 | --> |
| 16 | |
| 17 | <vector xmlns:android="http://schemas.android.com/apk/res/android" |
| 18 | android:width="24dp" |
| 19 | android:height="24dp" |
| 20 | android:viewportHeight="24.0" |
| 21 | android:viewportWidth="24.0"> |
| 22 | <path |
pastychang | 7961482 | 2019-01-03 10:12:54 +0800 | [diff] [blame] | 23 | android:fillColor="?attr/sudListItemIconColor" |
Maurice Lam | 35c9abd | 2017-05-19 15:23:26 -0700 | [diff] [blame] | 24 | android:pathData="M4,4m-2,0a2,2 0,1 1,4 0a2,2 0,1 1,-4 0" /> |
| 25 | <path |
pastychang | 7961482 | 2019-01-03 10:12:54 +0800 | [diff] [blame] | 26 | android:fillColor="?attr/sudListItemIconColor" |
Maurice Lam | 35c9abd | 2017-05-19 15:23:26 -0700 | [diff] [blame] | 27 | android:pathData="M4,12m-2,0a2,2 0,1 1,4 0a2,2 0,1 1,-4 0" /> |
| 28 | <path |
pastychang | 7961482 | 2019-01-03 10:12:54 +0800 | [diff] [blame] | 29 | android:fillColor="?attr/sudListItemIconColor" |
Maurice Lam | 35c9abd | 2017-05-19 15:23:26 -0700 | [diff] [blame] | 30 | android:pathData="M12,4m-2,0a2,2 0,1 1,4 0a2,2 0,1 1,-4 0" /> |
| 31 | <path |
pastychang | 7961482 | 2019-01-03 10:12:54 +0800 | [diff] [blame] | 32 | android:fillColor="?attr/sudListItemIconColor" |
Maurice Lam | 35c9abd | 2017-05-19 15:23:26 -0700 | [diff] [blame] | 33 | android:pathData="M20,12m-2,0a2,2 0,1 1,4 0a2,2 0,1 1,-4 0" /> |
| 34 | <path |
pastychang | 7961482 | 2019-01-03 10:12:54 +0800 | [diff] [blame] | 35 | android:fillColor="?attr/sudListItemIconColor" |
Maurice Lam | 35c9abd | 2017-05-19 15:23:26 -0700 | [diff] [blame] | 36 | android:pathData="M20,18c-0.93,0 -1.7,0.64 -1.93,1.5h-4.14c-0.22,-0.86 -1,-1.5 -1.93,-1.5s-1.7,0.64 -1.93,1.5H5.93c-0.05,-0.18 -0.12,-0.35 -0.21,-0.51l5.28,-5.28C11.29,13.89 11.63,14 12,14c1.1,0 2,-0.9 2,-2c0,-0.37 -0.11,-0.71 -0.28,-1.01l5.28,-5.28C19.29,5.89 19.63,6 20,6c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2s-2,0.9 -2,2c0,0.37 0.11,0.71 0.28,1.01l-5.28,5.28C12.71,10.11 12.37,10 12,10c-1.1,0 -2,0.9 -2,2c0,0.37 0.11,0.71 0.28,1.01l-5.28,5.28C4.71,18.11 4.37,18 4,18c-1.1,0 -2,0.9 -2,2s0.9,2 2,2c0.93,0 1.7,-0.64 1.93,-1.5h4.14c0.22,0.86 1,1.5 1.93,1.5s1.7,-0.64 1.93,-1.5h4.14c0.22,0.86 1,1.5 1.93,1.5c1.1,0 2,-0.9 2,-2S21.1,18 20,18z" /> |
| 37 | </vector> |