Home | History | Annotate | Download | only in drawable
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3      Copyright (C) 2014 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 
     18 <vector xmlns:android="http://schemas.android.com/apk/res/android"
     19     android:height="24dp"
     20     android:width="24dp"
     21     android:viewportHeight="24"
     22     android:viewportWidth="24" >
     23     <group
     24         android:name="timer"
     25         android:translateX="12"
     26         android:translateY="12" >
     27         <group
     28             android:name="timer_pivot"
     29             android:translateX="-12"
     30             android:translateY="-12" >
     31             <group
     32                 android:name="timer_body" >
     33                 <path
     34                     android:name="timer_interior_path"
     35                     android:pathData="M 19.0269927979,7.40730285645 c 0.0,0.0 1.42401123047,-1.42399597168 1.42401123047,-1.42399597168 c -0.428009033203,-0.513000488281 -0.902008056641,-0.98600769043 -1.41500854492,-1.41400146484 c 0.0,0.0 -1.4229888916,1.42399597168 -1.4229888916,1.42399597168 c -1.54000854492,-1.23199462891 -3.49101257324,-1.97300720215 -5.61801147461,-1.97300720215 c -4.97399902344,0.0 -8.99499511719,4.0299987793 -8.99499511719,9.0 c 0,4.9700012207 4.02099609375,9.0 8.99499511719,9.0 c 4.97399902344,0.0 9.00500488281,-4.0299987793 9.00500488281,-9.0 c 0,-2.125 -0.740997314453,-4.07398986816 -1.97300720215,-5.61299133301 Z M 12,20.0202941895 c -3.86700439453,0.0 -7,-3.13398742676 -7,-7.0 c 0,-3.86599731445 3.13299560547,-7.0 7,-7.0 c 3.86700439453,0.0 7,3.13400268555 7,7.0 c 0,3.86601257324 -3.13299560547,7.0 -7,7.0 Z"
     36                     android:fillColor="#FFFFFFFF"
     37                     android:fillAlpha="1" />
     38             </group>
     39         </group>
     40     </group>
     41     <group
     42         android:name="hand"
     43         android:translateX="11.96875"
     44         android:translateY="13.17188" >
     45         <group
     46             android:name="hand_pivot"
     47             android:translateX="-12"
     48             android:translateY="-13.17188" >
     49             <path
     50                 android:name="hand_path"
     51                 android:pathData="M 11,14.0200042725 c 0,0.0 2,0.0 2,0.0 c 0,0.0 0,-6.0 0,-6.0 c 0,0.0 -2,0.0 -2,0.0 c 0,0.0 0,6.0 0,6.0 Z"
     52                 android:fillColor="#FFFFFFFF"
     53                 android:fillAlpha="1" />
     54         </group>
     55     </group>
     56     <group
     57         android:name="button"
     58         android:translateX="12"
     59         android:translateY="12" >
     60         <group
     61             android:name="button_pivot"
     62             android:translateX="-12"
     63             android:translateY="-12" >
     64             <path
     65                 android:name="button_path"
     66                 android:pathData="M 15,1.02000427246 c 0,0.0 -6,0.0 -6,0.0 c 0,0.0 0,2.0 0,2.0 c 0,0.0 6,0.0 6,0.0 c 0,0.0 0,-2.0 0,-2.0 Z"
     67                 android:fillColor="#FFFFFFFF"
     68                 android:fillAlpha="1" />
     69         </group>
     70     </group>
     71 </vector>
     72