blob: d7042fd0b2baa2da2b8bbf6ea43402d42ffcbdee [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="500" />
John Hofordabb7d132014-02-24 15:21:42 -080025
ztenghui6d9c4222014-05-23 10:51:33 -070026 <group>
27 <path
28 android:name="house"
29 android:pathData="M100,200 C100,100 250,100 250,200 S400,300 400,200"
ztenghui2af745b2014-05-30 16:23:47 -070030 android:fill="#00000000"
ztenghui6d9c4222014-05-23 10:51:33 -070031 android:stroke="#FFFFFF00"
32 android:strokeWidth="10" />
33 </group>
John Hofordabb7d132014-02-24 15:21:42 -080034
ztenghui589e7b42014-04-22 15:29:44 -070035</vector>