blob: 680d8e00e1a049dc962e6fde83445bae19c9371c [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2022 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.
-->
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<color name="title_bar_display_area_handle_bar_color">#5f6368</color>
<color name="title_bar_display_area_background_color">#000000</color>
<!-- Quick Controls -->
<color name="qc_start_icon_color">@color/car_on_surface</color>
<!-- ****** Seekbar colors ***** -->
<color name="car_seekbar_primary_color">@color/car_on_primary_container</color>
<!-- ****** Toggle button colors ***** -->
<color name="car_button_toggle_background_checked">@color/car_primary</color>
<color name="car_button_toggle_background_unchecked">@color/car_secondary_container</color>
<color name="car_button_toggle_foreground_checked">@color/car_on_primary</color>
<color name="car_button_toggle_foreground_unchecked">@color/car_secondary</color>
<!-- ****** Switch colors ***** -->
<color name="car_switch_thumb_checked">@color/car_on_primary</color>
<color name="car_switch_thumb_unchecked">@color/car_secondary</color>
<color name="car_switch_track_checked">@color/car_primary</color>
<color name="car_switch_track_unchecked">@color/car_secondary_container</color>
</resources>