blob: 0a0407ddb63df0ebb653ff13925bc5cd0f6658d6 [file] [log] [blame]
ztenghui589e7b42014-04-22 15:29:44 -07001<!--
2 Copyright (C) 2014 The Android Open Source Project
John Hofordabb7d132014-02-24 15:21:42 -08003
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-->
16<vector xmlns:android="http://schemas.android.com/apk/res/android" >
17
18 <size
ztenghui589e7b42014-04-22 15:29:44 -070019 android:height="64dp"
20 android:width="64dp" />
John Hofordabb7d132014-02-24 15:21:42 -080021
ztenghui589e7b42014-04-22 15:29:44 -070022 <viewport
23 android:viewportHeight="600"
24 android:viewportWidth="600" />
John Hofordabb7d132014-02-24 15:21:42 -080025
ztenghui46e546c2014-05-12 10:11:41 -070026 <path
27 android:name="pie1"
28 android:pathData="M300,70 a230,230 0 1,0 1,0 z"
29 android:stroke="#FF00FF00"
30 android:strokeWidth="70"
31 android:trimPathEnd=".75"
32 android:trimPathOffset="0"
33 android:trimPathStart="0" />
34 <path
35 android:name="v"
36 android:fill="#FF00FF00"
37 android:pathData="M300,70 l 0,-70 70,70 -70,70z"
38 android:pivotX="300"
39 android:pivotY="300"
40 android:rotation="0" />
John Hofordabb7d132014-02-24 15:21:42 -080041
ztenghui589e7b42014-04-22 15:29:44 -070042</vector>