blob: 87c39de0b6a837e74c6ee37d546f6acc4a80867a [file] [log] [blame]
Marcus Hagerott7217e692016-11-10 10:18:28 -08001<?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-->
John Shaobd9ef3c2016-12-15 12:42:03 -080016
Marcus Hagerott7217e692016-11-10 10:18:28 -080017<vector xmlns:android="http://schemas.android.com/apk/res/android"
18 android:width="24dp"
19 android:height="24dp"
20 android:viewportWidth="24.0"
John Shaobd9ef3c2016-12-15 12:42:03 -080021 android:viewportHeight="24.0"
22 android:tint="?attr/colorControlNormal">
Marcus Hagerott7217e692016-11-10 10:18:28 -080023 <path
John Shaobd9ef3c2016-12-15 12:42:03 -080024 android:fillColor="@android:color/white"
Marcus Hagerott7217e692016-11-10 10:18:28 -080025 android:pathData="M7,10l5,5 5,-5z"/>
26</vector>