blob: fc30af3e9910262eae8a70e8b2b8df3df4257203 [file] [log] [blame]
ztenghuia1e72b72014-05-28 12:42:16 -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"
ztenghuia1e72b72014-05-28 12:42:16 -070017 android:height="64dp"
ztenghui534765c2014-07-24 09:59:41 -070018 android:width="64dp"
ztenghuia1e72b72014-05-28 12:42:16 -070019 android:viewportHeight="200"
ztenghui534765c2014-07-24 09:59:41 -070020 android:viewportWidth="200" >
ztenghuia1e72b72014-05-28 12:42:16 -070021
22 <group>
23 <path
24 android:name="background1"
25 android:pathData="M 0,0 l 100,0 l 0, 100 l -100, 0 z"
ztenghui534765c2014-07-24 09:59:41 -070026 android:fillColor="#FF000000"/>
ztenghuia1e72b72014-05-28 12:42:16 -070027 <path
28 android:name="background2"
29 android:pathData="M 100,100 l 100,0 l 0, 100 l -100, 0 z"
ztenghui534765c2014-07-24 09:59:41 -070030 android:fillColor="#FF000000"/>
ztenghuia1e72b72014-05-28 12:42:16 -070031 </group>
32 <group
33 android:pivotX="0"
34 android:pivotY="0"
35 android:rotation="90"
36 android:scaleX="0.75"
37 android:scaleY="0.5"
38 android:translateX="100.0"
39 android:translateY="100.0">
40 <path
41 android:name="twoLines"
42 android:pathData="M 100,10 v 90 M 10,100 h 90"
ztenghui534765c2014-07-24 09:59:41 -070043 android:fillColor="#00000000"
44 android:strokeColor="#FF00FF00"
ztenghuia1e72b72014-05-28 12:42:16 -070045 android:strokeWidth="10" />
46 </group>
47
48</vector>