summaryrefslogtreecommitdiff
path: root/samples/SystemBarRight/res/drawable/car_ic_overview_selected.xml
diff options
context:
space:
mode:
Diffstat (limited to 'samples/SystemBarRight/res/drawable/car_ic_overview_selected.xml')
-rw-r--r--samples/SystemBarRight/res/drawable/car_ic_overview_selected.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/samples/SystemBarRight/res/drawable/car_ic_overview_selected.xml b/samples/SystemBarRight/res/drawable/car_ic_overview_selected.xml
new file mode 100644
index 00000000..bcfbc149
--- /dev/null
+++ b/samples/SystemBarRight/res/drawable/car_ic_overview_selected.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2019 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="56dp"
+ android:height="56dp"
+ android:viewportWidth="56"
+ android:viewportHeight="56">
+ <path
+ android:pathData="M9.333,21L28,7L46.667,21V49H9.333V21ZM35,44.333H42V23.333L28,12.833L14,23.333V44.333H21V30.333H35V44.333Z"
+ android:fillColor="@color/car_nav_icon_fill_color_selected"
+ android:fillType="evenOdd"
+ />
+</vector> \ No newline at end of file