vector_drawable21.xml revision 4fcaa70c2362e58a3fb30d140f0a0eeda8e35b44
1<!--
2 Copyright (C) 2015 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-->
16<vector xmlns:android="http://schemas.android.com/apk/res/android"
17        xmlns:auto="http://schemas.android.com/apk/res-auto"
18        auto:height="64dp"
19        auto:width="64dp"
20        auto:viewportHeight="200"
21        auto:viewportWidth="200" >
22
23    <group>
24        <path
25            auto:name="background1"
26            auto:pathData="M 0,0 l 100,0 l 0, 100 l -100, 0 z"
27            auto:fillColor="#FF000000"/>
28        <path
29            auto:name="background2"
30            auto:pathData="M 100,100 l 100,0 l 0, 100 l -100, 0 z"
31            auto:fillColor="#FF000000"/>
32    </group>
33    <group
34        auto:pivotX="0"
35        auto:pivotY="0"
36        auto:rotation="90"
37        auto:scaleX="0.75"
38        auto:scaleY="0.5"
39        auto:translateX="100.0"
40        auto:translateY="100.0">
41        <path
42            auto:name="twoLines"
43            auto:pathData="M 100,10 v 90 M 10,100 h 90"
44            auto:strokeColor="#FF00FF00"
45            auto:strokeWidth="10" />
46    </group>
47
48</vector>