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="hourglass_frame" 25 android:translateX="12" 26 android:translateY="12" 27 android:scaleX="0.7" 28 android:scaleY="0.7" > 29 <group 30 android:name="hourglass_frame_pivot" 31 android:translateX="-12" 32 android:translateY="-12" > 33 <group 34 android:name="hourglass_bottom" 35 android:translateX="12" 36 android:translateY="6.5" > 37 <path 38 android:name="bottom_inner_path" 39 android:pathData="M 6.52099609375,-3.89300537109 c 0.0,0.0 -6.52099609375,6.87901306152 -6.52099609375,6.87901306152 c 0,0.0 -6.52099609375,-6.87901306152 -6.52099609375,-6.87901306152 c 0.0,0.0 13.0419921875,0.0 13.0419921875,0.0 Z M 9.99800109863,-6.5 c 0.0,0.0 -19.9960021973,0.0 -19.9960021973,0.0 c -0.890991210938,0.0 -1.33700561523,1.07699584961 -0.707000732422,1.70700073242 c 0.0,0.0 10.7050018311,11.2929992676 10.7050018311,11.2929992676 c 0,0.0 10.7050018311,-11.2929992676 10.7050018311,-11.2929992676 c 0.630004882812,-0.630004882812 0.183990478516,-1.70700073242 -0.707000732422,-1.70700073242 Z" 40 android:fillColor="#FFFFFFFF" 41 android:fillAlpha="1" /> 42 </group> 43 <group 44 android:name="hourglass_top" 45 android:translateX="12" 46 android:translateY="17.5" > 47 <path 48 android:name="top_inner_path" 49 android:pathData="M 0,-2.98600769043 c 0,0.0 6.52099609375,6.87901306152 6.52099609375,6.87901306152 c 0.0,0.0 -13.0419921875,0.0 -13.0419921875,0.0 c 0.0,0.0 6.52099609375,-6.87901306152 6.52099609375,-6.87901306152 Z M 0,-6.5 c 0,0.0 -10.7050018311,11.2929992676 -10.7050018311,11.2929992676 c -0.630004882812,0.630004882812 -0.184005737305,1.70700073242 0.707000732422,1.70700073242 c 0.0,0.0 19.9960021973,0.0 19.9960021973,0.0 c 0.890991210938,0.0 1.33699035645,-1.07699584961 0.707000732422,-1.70700073242 c 0.0,0.0 -10.7050018311,-11.2929992676 -10.7050018311,-11.2929992676 Z" 50 android:fillColor="#FFFFFFFF" 51 android:fillAlpha="1" /> 52 </group> 53 </group> 54 </group> 55 <group 56 android:name="hourglass_fill" 57 android:translateX="12" 58 android:translateY="12" 59 android:scaleX="0.7" 60 android:scaleY="0.7" > 61 <group 62 android:name="hourglass_fill_pivot" 63 android:translateX="-12" 64 android:translateY="-12" > 65 <clip-path 66 android:name="mask_1" 67 android:pathData="M 24,13.3999938965 c 0,0.0 -24,0.0 -24,0.0 c 0,0.0 0,10.6000061035 0,10.6000061035 c 0,0 24,0 24,0 c 0,0 0,-10.6000061035 0,-10.6000061035 Z" /> 68 <path 69 android:name="fill_path" 70 android:pathData="M 22.7100067139,22.2900085449 c 0.629989624023,0.629989624023 0.179992675781,1.70999145508 -0.710006713867,1.70999145508 c 0,0 -20,0 -20,0 c -0.889999389648,0 -1.33999633789,-1.08000183105 -0.710006713867,-1.70999145508 c 0.0,0.0 9.76000976562,-10.2900085449 9.76000976562,-10.2900085449 c 0.0,0 -9.76000976562,-10.2899932861 -9.76000976562,-10.2899932861 c -0.629989624023,-0.630004882812 -0.179992675781,-1.71000671387 0.710006713867,-1.71000671387 c 0,0 20,0 20,0 c 0.889999389648,0 1.33999633789,1.08000183105 0.710006713867,1.71000671387 c 0.0,0.0 -9.76000976562,10.2899932861 -9.76000976563,10.2899932861 c 0.0,0 9.76000976563,10.2900085449 9.76000976563,10.2900085449 Z" 71 android:fillColor="#FFFFFFFF" 72 android:fillAlpha="1" /> 73 </group> 74 </group> 75</vector> 76