blob: 7c7e679a3d1e614cf782f689facabad537481cc7 [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 <size
ztenghui6d9c4222014-05-23 10:51:33 -070017 android:width="64dp"
18 android:height="64dp"/>
John Hofordabb7d132014-02-24 15:21:42 -080019
ztenghui6d9c4222014-05-23 10:51:33 -070020 <viewport android:viewportWidth="140"
21 android:viewportHeight="110"/>
ztenghuiddbbb8a2014-05-06 11:07:37 -070022
ztenghui6d9c4222014-05-23 10:51:33 -070023 <group>
24 <path
25 android:name="back"
26 android:pathData="M 20,55 l 35.3,-35.3 7.07,7.07 -35.3,35.3 z
John Hofordabb7d132014-02-24 15:21:42 -080027 M 27,50 l 97,0 0,10 -97,0 z
ztenghui6d9c4222014-05-23 10:51:33 -070028 M 20,55 l 7.07,-7.07 35.3,35.3 -7.07,7.07 z"
29 android:fill="#ffffffff"
30 />
31 </group>
32</vector>