Home | History | Annotate | Download | only in drawable
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3 /*
      4  * Copyright (C) 2014 The Android Open Source Project
      5  *
      6  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
      7  * use this file except in compliance with the License. You may obtain a copy of
      8  * 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, WITHOUT
     14  * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
     15  * License for the specific language governing permissions and limitations under
     16  * the License.
     17  */
     18 -->
     19 <vector xmlns:android="http://schemas.android.com/apk/res/android"
     20         android:height="64dp"
     21         android:width="64dp"
     22         android:opticalInsetLeft="1px"
     23         android:opticalInsetTop="2px"
     24         android:opticalInsetRight="3px"
     25         android:opticalInsetBottom="4px"
     26         android:viewportHeight="24"
     27         android:viewportWidth="24" >
     28 
     29     <path
     30         android:fillColor="#FF000000"
     31         android:pathData="M3.0,17.25L3.0,21.0l3.75,0.0L17.813995,9.936001l-3.75-3.75L3.0,17.25zM20.707,7.0429993c0.391-0.391 0.391-1.023 0.0-1.414l-2.336-2.336c-0.391-0.391-1.023-0.391 -1.414,0.0l-1.832,1.832l3.75,3.75L20.707,7.0429993z" />
     32 
     33 </vector>