blob: 8c946df20d5e71f2bc31020ce4cd686b55b6a696 [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="400"
24 android:viewportWidth="600" />
John Hofordabb7d132014-02-24 15:21:42 -080025
ztenghui6d9c4222014-05-23 10:51:33 -070026 <group>
27 <path
28 android:name="pie1"
29 android:fill="#ffffffff"
30 android:pathData="M300,200 h-150 a150,150 0 1,0 150,-150 z"
31 android:stroke="#FF00FF00"
32 android:strokeWidth="1" />
33 <path
34 android:name="half"
35 android:fill="#FFFF0000"
36 android:pathData="M275,175 v-150 a150,150 0 0,0 -150,150 z"
ztenghui6d9c4222014-05-23 10:51:33 -070037 android:stroke="#FF0000FF"
38 android:strokeWidth="5" />
39 </group>
John Hofordabb7d132014-02-24 15:21:42 -080040
ztenghui589e7b42014-04-22 15:29:44 -070041</vector>