blob: c28aff46cd89ecc3dc8401f0645db393d07b770f [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-->
15<vector xmlns:android="http://schemas.android.com/apk/res/android" >
16
17 <size
ztenghui6d9c4222014-05-23 10:51:33 -070018 android:width="64dp"
19 android:height="64dp"/>
John Hofordabb7d132014-02-24 15:21:42 -080020
ztenghui6d9c4222014-05-23 10:51:33 -070021 <viewport android:viewportWidth="1200"
22 android:viewportHeight="600"/>
John Hofordabb7d132014-02-24 15:21:42 -080023
ztenghui6d9c4222014-05-23 10:51:33 -070024 <group>
25 <path
26 android:name="house"
27 android:pathData="M200,300 Q400,50 600,300 T1000,300"
ztenghui2af745b2014-05-30 16:23:47 -070028 android:fill="#00000000"
ztenghui6d9c4222014-05-23 10:51:33 -070029 android:stroke="#FFFF0000"
ztenghui63cfd852014-05-27 10:42:15 -070030 android:strokeWidth="10"/>
ztenghui6d9c4222014-05-23 10:51:33 -070031 </group>
John Hofordabb7d132014-02-24 15:21:42 -080032
ztenghui6d9c4222014-05-23 10:51:33 -070033</vector>