46 lines
1.6 KiB
XML
46 lines
1.6 KiB
XML
<!-- Copyright (C) 2014 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
<size
|
|
android:width="64dp"
|
|
android:height="64dp"/>
|
|
|
|
<viewport android:viewportWidth="140"
|
|
android:viewportHeight="110"/>
|
|
<group>
|
|
<path
|
|
android:name="menu"
|
|
android:pathData="M 20,20 l 100,0 0,10 -100,0 z
|
|
M 20,50 l 100,0 0,10 -100,0 z
|
|
M 20,80 l 0,-10 100,0 0,10 z"
|
|
android:fill="#ffffffff"/>
|
|
</group>
|
|
<group>
|
|
<path
|
|
android:name="back"
|
|
android:pathData="M 20,55 l 35.3,-35.3 7.07,7.07 -35.3,35.3 z
|
|
M 27,50 l 97,0 0,10 -97,0 z
|
|
M 20,55 l 7.07,-7.07 35.3,35.3 -7.07,7.07 z"
|
|
android:fill="#ffffffff"
|
|
android:rotation="180"
|
|
android:pivotX="70"
|
|
android:pivotY="55"
|
|
/>
|
|
</group>
|
|
<animation android:sequence="menu,back"/>
|
|
|
|
|
|
</vector>
|