summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Chen <ajchen@google.com>2018-04-30 13:43:03 -0700
committerAnthony Chen <ajchen@google.com>2018-05-01 14:52:01 -0700
commit6fe3868a72ebcdb572a15d88729b9c6d9908aa8d (patch)
tree291656cfa43cba2007e9063435513c088e90a408
parenta72deaa7b41c4f2677aac8092823176e61306b93 (diff)
downloadMedia-6fe3868a72ebcdb572a15d88729b9c6d9908aa8d.tar.gz
DO NOT MERGE Add ic_chevron_right icon.
This dependency used to be supplied by car-stream-ui-lib and was being included by car-apps-common. Now that car-apps-common does not depend on the former, this dependency needs to be supplied manully. Bug: 78886311 Test: Build and deploy media app Change-Id: Iab57c866022d3cddecf5a6441df691a22967eb2e
-rw-r--r--res/drawable/ic_chevron_right.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/res/drawable/ic_chevron_right.xml b/res/drawable/ic_chevron_right.xml
new file mode 100644
index 0000000..dc9d6db
--- /dev/null
+++ b/res/drawable/ic_chevron_right.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2018 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"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+
+ <path
+ android:fillColor="#212121"
+ android:strokeWidth="1"
+ android:pathData="M 10 6 L 8.59 7.41 L 13.17 12 L 8.59 16.59 L 10 18 L 16 12 Z" />
+ <path
+ android:strokeWidth="1"
+ android:pathData="M 0 0 L 24 0 L 24 24 L 0 24 Z" />
+</vector>