blob: f6623d01df880ba34d412d8bbc7f709cd54e03ec [file] [log] [blame]
ztenghui8d464642014-05-27 15:17:08 -07001<!--
2 Copyright (C) 2014 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
ztenghui534765c2014-07-24 09:59:41 -070016<vector xmlns:android="http://schemas.android.com/apk/res/android"
ztenghui8d464642014-05-27 15:17:08 -070017 android:height="64dp"
ztenghui534765c2014-07-24 09:59:41 -070018 android:width="64dp"
ztenghui8d464642014-05-27 15:17:08 -070019 android:viewportHeight="500"
ztenghui534765c2014-07-24 09:59:41 -070020 android:viewportWidth="800" >
ztenghui8d464642014-05-27 15:17:08 -070021
22 <group
23 android:pivotX="90"
24 android:pivotY="100"
25 android:rotation="20">
26 <path
27 android:name="pie2"
28 android:pathData="M200,350 l 50,-25
29 a25,12 -30 0,1 100,-50 l 50,-25
30 a25,25 -30 0,1 100,-50 l 50,-25
31 a25,37 -30 0,1 100,-50 l 50,-25
32 a25,50 -30 0,1 100,-50 l 50,-25"
ztenghui534765c2014-07-24 09:59:41 -070033 android:fillColor="#00000000"
34 android:strokeColor="#FF00FF00"
ztenghui8d464642014-05-27 15:17:08 -070035 android:strokeWidth="10" />
36 </group>
37
38</vector>