blob: 181846c87a85557d34a169d4635089b28473c0f5 [file] [log] [blame]
Roberto Perezd4f52712019-10-04 11:00:40 -07001<?xml version='1.0' encoding='UTF-8'?>
2<!-- Copyright (C) 2019 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<resources>
17 <!-- General -->
18
19 <!-- Background drawable to use on full screen activities -->
20 <drawable name="car_ui_activity_background">@color/car_ui_activity_background_color</drawable>
21
Roberto Perez69f098e2019-11-08 10:12:47 -080022 <!-- Toolbar -->
23
Roberto Perezd4f52712019-10-04 11:00:40 -070024 <!-- Toolbar background color -->
25 <drawable name="car_ui_toolbar_background">#E0000000</drawable>
Roberto Perez69f098e2019-11-08 10:12:47 -080026 <!-- Search icon shown inside the search box in the toolbar -->
27 <drawable name="car_ui_toolbar_search_search_icon">@drawable/car_ui_icon_search</drawable>
28 <!-- Icon used for clearing the search box in toolbar -->
29 <drawable name="car_ui_toolbar_search_close_icon">@drawable/car_ui_icon_close</drawable>
Priyank Singhe429d662020-01-10 15:08:42 -080030 <!-- Icon used for nav when the toolbar is in search state -->
31 <drawable name="car_ui_icon_search_nav_icon">@drawable/car_ui_icon_arrow_back</drawable>
Roberto Perezd4f52712019-10-04 11:00:40 -070032
Roberto Perez69f098e2019-11-08 10:12:47 -080033 <!-- Preferences -->
34
Priyank Singhef142482020-01-31 18:36:43 -080035 <!-- Overlayable drawable to use for the preference chevron when preference is enabled -->
36 <item name="car_ui_preference_icon_chevron_enabled" type="drawable">@null</item>
37 <!-- Overlayable drawable to use for the preference chevron when preference is disabled -->
38 <item name="car_ui_preference_icon_chevron_disabled" type="drawable">@null</item>
Roberto Perezd4f52712019-10-04 11:00:40 -070039</resources>