blob: b818962835708acd8dab8fc34b5871e9f1e47c79 [file] [log] [blame]
Brad Stenning754f8c92018-06-19 15:03:46 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 ~ Copyright (C) 2018 The Android Open Source Project
4 ~
5 ~ Licensed under the Apache License, Version 2.0 (the "License");
6 ~ you may not use this file except in compliance with the License.
7 ~ You may obtain a copy of the License at
8 ~
9 ~ http://www.apache.org/licenses/LICENSE-2.0
10 ~
11 ~ Unless required by applicable law or agreed to in writing, software
12 ~ distributed under the License is distributed on an "AS IS" BASIS,
13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ~ See the License for the specific language governing permissions and
15 ~ limitations under the License
16 -->
17<resources xmlns:android="http://schemas.android.com/apk/res/android">
18 <color name="nav_bar_ripple_background_color">#40ffffff</color>
Brad Stenning754f8c92018-06-19 15:03:46 -070019 <!-- colors for user switcher -->
20 <color name="car_user_switcher_background_color">#000000</color>
Priyank Singh2dce35b2019-01-31 20:01:24 -080021 <color name="car_user_switcher_name_text_color">@*android:color/car_body1_light</color>
Brad Stenning754f8c92018-06-19 15:03:46 -070022 <color name="car_user_switcher_add_user_background_color">#131313</color>
kwaky35c05232019-05-23 14:22:45 -070023 <color name="car_nav_icon_fill_color">#8Fffffff</color>
24 <color name="car_nav_icon_fill_color_selected">#ffffff</color>
Brad Stenning754f8c92018-06-19 15:03:46 -070025 <!-- colors for seekbar -->
26 <color name="car_seekbar_track_background">#131315</color>
Priyank Singh2dce35b2019-01-31 20:01:24 -080027 <color name="car_seekbar_track_secondary_progress">@*android:color/car_accent</color>
Brad Stenning754f8c92018-06-19 15:03:46 -070028 <!-- colors for volume dialog tint -->
Priyank Singh2dce35b2019-01-31 20:01:24 -080029 <color name="car_volume_dialog_tint">@*android:color/car_tint</color>
Brad Stenning754f8c92018-06-19 15:03:46 -070030
Priyank Singh2dce35b2019-01-31 20:01:24 -080031 <color name="docked_divider_background">@*android:color/car_grey_50</color>
Brad Stenning754f8c92018-06-19 15:03:46 -070032 <color name="system_bar_background_opaque">#ff172026</color>
33
34 <color name="status_bar_background_color">#33000000</color>
Priyank Singh3228b572019-07-16 14:25:53 -070035 <drawable name="system_bar_background">@color/status_bar_background_color</drawable>
Brad Stenning754f8c92018-06-19 15:03:46 -070036
Brad Stenningc622f1d2019-01-29 11:24:11 -080037 <!-- The background color of the notification shade -->
Priyank Singh647f9e62019-05-16 15:19:53 -070038 <color name="notification_shade_background_color">#DD000000</color>
Brad Stenning754f8c92018-06-19 15:03:46 -070039
Heemin Seogea8b7fe2019-04-09 08:54:25 -070040 <!-- The background color of the car volume dialog -->
41 <color name="car_volume_dialog_background_color">@color/system_bar_background_opaque</color>
42
Brad Stenning754f8c92018-06-19 15:03:46 -070043 <!-- The color of the dividing line between grouped notifications. -->
44 <color name="notification_divider_color">@*android:color/notification_action_list</color>
45
kwaky35c05232019-05-23 14:22:45 -070046 <!-- The color for the unseen notification indicator. -->
47 <color name="car_nav_notification_unseen_indicator_color">#e25142</color>
48
Brad Stenning754f8c92018-06-19 15:03:46 -070049 <!-- The color of the ripples on the untinted notifications -->
50 <color name="notification_ripple_untinted_color">@color/ripple_material_light</color>
51
Brad Stenning754f8c92018-06-19 15:03:46 -070052 <color name="keyguard_button_text_color">@android:color/black</color>
Priyanke757aa92018-11-06 14:39:50 -080053
54 <color name="list_divider_color">@*android:color/car_list_divider_light</color>
Heemin Seog0d5e0182019-03-13 13:49:24 -070055 <color name="car_volume_item_divider_color">@*android:color/car_list_divider</color>
56 <color name="car_volume_item_background_color">@*android:color/car_card_dark</color>
Brad Stenning754f8c92018-06-19 15:03:46 -070057</resources>