1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 ~ Copyright (C) 2021 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 18<resources> 19 <!-- Background color for launcher icon. --> 20 <color name="ic_launcher_settings_background">#1A73E8</color> 21 <!-- Background color for toolbar icon. --> 22 <color name="ic_toolbar_settings_background">#B0C5FF</color> 23 24 <!-- 25 Default CarSettings icon color. 26 A color resource is used instead of an attribute since certain CarSettings drawables may be 27 used by other applications, which won't load colors specified in theme attributes. 28 --> 29 <color name="icon_color_default">@color/car_ui_text_color_primary</color> 30 31 <!-- Top-level icon colors --> 32 <color name="top_level_icon_default">@color/car_grey_400_with_disable</color> 33 <color name="top_level_display_icon">@color/top_level_icon_default</color> 34 <color name="top_level_sound_icon">@color/top_level_icon_default</color> 35 <color name="top_level_network_and_internet_icon">@color/top_level_icon_default</color> 36 <color name="top_level_bluetooth_icon">@color/top_level_icon_default</color> 37 <color name="top_level_units_icon">@color/top_level_icon_default</color> 38 <color name="top_level_location_icon">@color/top_level_icon_default</color> 39 <color name="top_level_applications_icon">@color/top_level_icon_default</color> 40 <color name="top_level_notifications_icon">@color/top_level_icon_default</color> 41 <color name="top_level_profiles_and_accounts_icon">@color/top_level_icon_default</color> 42 <color name="top_level_privacy_icon">@color/top_level_icon_default</color> 43 <color name="top_level_storage_icon">@color/top_level_icon_default</color> 44 <color name="top_level_security_icon">@color/top_level_icon_default</color> 45 <color name="top_level_system_icon">@color/top_level_icon_default</color> 46 <color name="top_level_accessibility_icon">@color/top_level_icon_default</color> 47 <color name="top_level_assistant_and_voice_icon">@color/top_level_icon_default</color> 48 <!-- Default foreground color for injected top-level icons --> 49 <color name="top_level_injected_icon_default">@color/top_level_icon_default</color> 50 51 <!-- Default background color for injected top-level icons --> 52 <color name="top_level_injected_default_background">#4285F4</color> 53 54 <!-- Bluetooth --> 55 <color name="bluetooth_bonded_device_off_background_color">#626262</color> 56 <color name="bluetooth_bonded_device_icon_color_checked">@android:color/black</color> 57 <color name="bluetooth_bonded_device_icon_color_unchecked">@android:color/white</color> 58 <color name="bluetooth_disabled_device_background_color">@android:color/black</color> 59 <color name="bluetooth_disabled_device_icon_color">#75FFFFFF</color> 60 <color name="bluetooth_device_icon_color">@android:color/white</color> 61 62 <!-- Display --> 63 <color name="theme_toggle_button_off_background_color">#626262</color> 64 <color name="theme_toggle_button_icon_color_checked">@android:color/black</color> 65 <color name="theme_toggle_button_icon_color_unchecked">@android:color/white</color> 66 67 <!-- Quick Controls --> 68 <!-- 69 By default, the Quick Controls view will tint the provided icon to the configured value. 70 Therefore, the color specified here is more of a placeholder to create the initial fill. 71 --> 72 <color name="qc_default_icon_color">@android:color/white</color> 73 74 <!-- Semi-transparent background color for user disclaimer activity. --> 75 <color name="user_disclaimer_activity_background">#c7000000</color> 76 <!-- Color of text in new user disclaimer activity. --> 77 <color name="user_disclaimer_text_color">@android:color/white</color> 78 <!-- Background color of button. --> 79 <color name="user_disclaimer_action_button_background_color">@*android:color/car_grey_868</color> 80 81 <color name="aspect_ratio_icon_outline_color">@color/icon_color_default</color> 82 <color name="aspect_ratio_icon_inner_line_color">#1A73E8</color> 83 <color name="aspect_ratio_icon_background_color">@color/car_background</color> 84 85</resources>