blob: 3793f74b73fb175ed1378f4af9b145b8dcc5f2f9 [file] [log] [blame]
guanxiongliu65014ba2016-06-27 17:47:41 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2016 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
guanxiongliu65014ba2016-06-27 17:47:41 -070017<vector xmlns:android="http://schemas.android.com/apk/res/android"
18 android:width="24dp"
19 android:height="24dp"
John Shao62c64a92016-08-19 17:06:49 -070020 android:viewportWidth="24.0"
John Shaobd9ef3c2016-12-15 12:42:03 -080021 android:viewportHeight="24.0"
22 android:tint="?attr/colorControlNormal">
guanxiongliu65014ba2016-06-27 17:47:41 -070023 <path
Gary Mai3e9637f2016-09-06 18:22:55 -070024 android:fillColor="@android:color/white"
John Shaobd9ef3c2016-12-15 12:42:03 -080025 android:pathData="M20,5.41L18.59,4 7,15.59V9H5v10h10v-2H8.41z"/>
26</vector>