Home | History | Annotate | Download | only in drawable
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3      Copyright (C) 2016 The Android Open Source Project
      4 
      5      Licensed under the Apache License, Version 2.0 (the "License");
      6      you may not use this file except in compliance with the License.
      7      You may obtain a copy of the License at
      8 
      9           http://www.apache.org/licenses/LICENSE-2.0
     10 
     11      Unless required by applicable law or agreed to in writing, software
     12      distributed under the License is distributed on an "AS IS" BASIS,
     13      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     14      See the License for the specific language governing permissions and
     15      limitations under the License.
     16 -->
     17 <inset xmlns:android="http://schemas.android.com/apk/res/android"
     18     android:insetLeft="2.5dp"
     19     android:insetRight="2.5dp">
     20     <vector
     21         android:height="17dp"
     22         android:width="17dp"
     23         android:viewportHeight="48"
     24         android:viewportWidth="48" >
     25         <group
     26             android:name="ic_screen_rotation_48px_outlines"
     27             android:translateX="24"
     28             android:translateY="24" >
     29             <group
     30                 android:name="ic_screen_rotation_48px_outlines_pivot"
     31                 android:translateX="-24.15"
     32                 android:translateY="-24.25" >
     33                 <group
     34                     android:name="arrows"
     35                     android:translateX="24.1"
     36                     android:translateY="24.1"
     37                     android:scaleX="0.9"
     38                     android:scaleY="0.9"
     39                     android:rotation="-135" >
     40                     <group
     41                         android:name="arrows_pivot"
     42                         android:translateX="-24.1"
     43                         android:translateY="-24.1" >
     44                         <path
     45                             android:name="arrow_top"
     46                             android:pathData="M 33.1499938965,5.25 c 6.5,3.10000610352 11.1999969482,9.40000915527 11.8999938965,17.0 c 0.0,0.0 3.00001525879,0.0 3.00001525879,0.0 c -1.00001525879,-12.3000030518 -11.3000030518,-22.0 -23.9000091553,-22.0 c -0.399993896484,0.0 -0.899993896484,0.0 -1.30000305176,0.100006103516 c 0.0,0.0 7.60000610352,7.59999084473 7.60000610352,7.59999084473 c 0.0,0.0 2.69999694824,-2.69999694824 2.69999694824,-2.69999694824 Z"
     47                             android:fillColor="#FFFFFFFF"
     48                             android:fillAlpha="0" />
     49                         <path
     50                             android:name="arrow_bottom"
     51                             android:pathData="M 15.1499938965,43.25 c -6.5,-3.09999084473 -11.1999969482,-9.5 -11.8999938965,-17.0 c 0.0,0.0 -3.0,0.0 -3.0,0.0 c 1.0,12.3000030518 11.299987793,22.0 23.8999938965,22.0 c 0.399993896484,0.0 0.899993896484,0.0 1.30000305176,-0.0999908447266 c 0.0,0.0 -7.60000610352,-7.60000610352 -7.60000610352,-7.60000610352 c 0.0,0.0 -2.69999694824,2.69999694824 -2.69999694824,2.69999694824 Z"
     52                             android:fillColor="#FFFFFFFF"
     53                             android:fillAlpha="0" />
     54                     </group>
     55                 </group>
     56                 <group
     57                     android:name="device"
     58                     android:translateX="24.14999"
     59                     android:translateY="24.25"
     60                     android:rotation="-45" >
     61                     <path
     62                         android:name="body"
     63                         android:pathData="M -3.34053039551,-22.9980926514 c -1.3207244873,-1.3207244873 -3.46876525879,-1.26383972168 -4.74829101563,0.125762939453 c 0.0,0.0 -14.8512420654,14.7411804199 -14.8512420654,14.7411804199 c -1.39259338379,1.392578125 -1.44947814941,3.54061889648 -0.125762939453,4.74827575684 c 0.0,0.0 26.4143981934,26.4144134521 26.4143981934,26.4144134521 c 1.3207244873,1.3207244873 3.46876525879,1.26382446289 4.74829101562,-0.125762939453 c 0.0,0.0 14.7381896973,-14.7381896973 14.7381896973,-14.7381896973 c 1.392578125,-1.39259338379 1.44947814941,-3.54061889648 0.125762939453,-4.74829101562 c 0.0,0.0 -26.3013458252,-26.417388916 -26.3013458252,-26.417388916 Z M 2.87156677246,16.9857940674 c 0.0,0.0 -19.7573547363,-19.7573699951 -19.7573547363,-19.7573699951 c 0.0,0.0 14.0142059326,-14.2142181396 14.0142059326,-14.2142181396 c 0.0,0.0 19.7573699951,19.7573699951 19.7573699951,19.7573699951 c 0.0,0.0 -14.0142211914,14.2142181396 -14.0142211914,14.2142181396 Z"
     64                         android:fillColor="#FFFFFFFF"
     65                         android:fillAlpha="1" />
     66                 </group>
     67             </group>
     68         </group>
     69     </vector>
     70 </inset>
     71