1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 /* 4 ** Copyright 2015, The Android Open Source Project 5 ** 6 ** Licensed under the Apache License, Version 2.0 (the "License"); 7 ** you may not use this file except in compliance with the License. 8 ** You may obtain a copy of the License at 9 ** 10 ** http://www.apache.org/licenses/LICENSE-2.0 11 ** 12 ** Unless required by applicable law or agreed to in writing, software 13 ** distributed under the License is distributed on an "AS IS" BASIS, 14 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 ** See the License for the specific language governing permissions and 16 ** limitations under the License. 17 */ 18 --> 19 20 <vector xmlns:android="http://schemas.android.com/apk/res/android" 21 android:width="48dp" 22 android:height="48dp" 23 android:viewportWidth="48.0" 24 android:viewportHeight="48.0"> 25 <path 26 android:pathData="M10,18h28v13h-28z" 27 android:fillAlpha="1" 28 android:fillColor="#cccccc" 29 android:strokeColor="#00000000"/> 30 <path 31 android:pathData="M13,7L13,10L9,10C7,10 4,13 4,15L4,35L13,35L13,40L35,40L35,35L44,35L44,15C44,13 41,10 39,10L35,10L35,7L13,7zM14,8L34,8L34,10L14,10L14,8zM10,18L38,18L38,31L35,31L35,23L13,23L13,31L10,31L10,18zM14,24L34,24L34,39L14,39L14,24z" 32 android:fillColor="#000000" 33 android:strokeColor="#00000000"/> 34 <path 35 android:pathData="M14,24h20v15h-20z" 36 android:fillAlpha="1" 37 android:fillColor="#ffffff" 38 android:strokeColor="#00000000"/> 39 <path 40 android:pathData="M14,8h20v2h-20z" 41 android:fillAlpha="1" 42 android:fillColor="#ffffff" 43 android:strokeColor="#00000000"/> 44 </vector> 45