blob: 90694fbbc123b5cdad8cfbd03e62c8752cf4146f [file] [log] [blame]
ztenghui6d9c4222014-05-23 10:51:33 -07001<!-- Copyright (C) 2014 The Android Open Source Project
John Hofordabb7d132014-02-24 15:21:42 -08002
3 Licensed under the Apache License, Version 2.0 (the "License");
4 you may not use this file except in compliance with the License.
5 You may obtain a copy of the License at
6
7 http://www.apache.org/licenses/LICENSE-2.0
8
9 Unless required by applicable law or agreed to in writing, software
10 distributed under the License is distributed on an "AS IS" BASIS,
11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 See the License for the specific language governing permissions and
13 limitations under the License.
14-->
ztenghui6d9c4222014-05-23 10:51:33 -070015<vector xmlns:android="http://schemas.android.com/apk/res/android">
John Hofordabb7d132014-02-24 15:21:42 -080016
17 <size
ztenghui6d9c4222014-05-23 10:51:33 -070018 android:width="64dp"
19 android:height="64dp"/>
John Hofordabb7d132014-02-24 15:21:42 -080020
21 <viewport
ztenghui6d9c4222014-05-23 10:51:33 -070022 android:viewportWidth="7.30625"
23 android:viewportHeight="12.25"/>
John Hofordabb7d132014-02-24 15:21:42 -080024
ztenghui6d9c4222014-05-23 10:51:33 -070025 <group>
26 <path
27 android:name="clip1"
28 android:pathData="
John Hofordabb7d132014-02-24 15:21:42 -080029 M 3.65, 6.125
30 m -.001, 0
31 a .001,.001 0 1,0 .002,0
ztenghui6d9c4222014-05-23 10:51:33 -070032 a .001,.001 0 1,0 -.002,0z"
33 android:clipToPath="true"
34 android:fill="#112233"
35 />
36
37 <path
38 android:name="one"
39 android:pathData="M 1.215625,9.5l 1.9375,0.0 0.0,-6.671875 -2.109375,0.421875 0.0,-1.078125
John Hofordabb7d132014-02-24 15:21:42 -080040 l 2.09375,-0.421875 1.1874998,0.0 0.0,7.75 1.9375,0.0 0.0,1.0
ztenghui6d9c4222014-05-23 10:51:33 -070041 l -5.046875,0.0 0.0,-1.0Z"
42 android:fill="#ff88ff"
43 />
44 <path
45 android:name="clip2"
46 android:pathData="
John Hofordabb7d132014-02-24 15:21:42 -080047 M 3.65, 6.125
48 m -6, 0
49 a 6,6 0 1,0 12,0
ztenghui6d9c4222014-05-23 10:51:33 -070050 a 6,6 0 1,0 -12,0z"
51 android:clipToPath="true"
52 android:fill="#112233"
53 />
54 <path
55 android:name="two"
56 android:pathData="M 2.534375,9.6875l 4.140625,0.0 0.0,1.0 -5.5625,0.0 0.0,-1.0q 0.671875,-0.6875 1.828125,-1.859375
John Hofordabb7d132014-02-24 15:21:42 -080057 q 1.1718752,-1.1875 1.4687502,-1.53125 0.578125,-0.625 0.796875,-1.0625
58 q 0.234375,-0.453125 0.234375,-0.875 0.0,-0.703125 -0.5,-1.140625
59 q -0.484375,-0.4375 -1.2656252,-0.4375 -0.5625,0.0 -1.1875,0.1875
60 q -0.609375,0.1875 -1.3125,0.59375l 0.0,-1.203125q 0.71875,-0.28125 1.328125,-0.421875
61 q 0.625,-0.15625 1.140625,-0.15625 1.3593752,0.0 2.1718752,0.6875
62 q 0.8125,0.671875 0.8125,1.8125 0.0,0.53125 -0.203125,1.015625
63 q -0.203125,0.484375 -0.734375,1.140625 -0.15625,0.171875 -0.9375,0.984375
ztenghui6d9c4222014-05-23 10:51:33 -070064 q -0.78125024,0.8125 -2.2187502,2.265625Z"
65 android:fill="#ff88ff"
66 />
67 </group>
68</vector>