1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3** 4** Copyright 2024, The Android Open Source Project 5** 6** Licensed under the Apache License, Version 2.0 (the "License"); 7** you may not use this file except in compliance with the License. 8** You may obtain a copy of the License at 9** 10** http://www.apache.org/licenses/LICENSE-2.0 11** 12** Unless required by applicable law or agreed to in writing, software 13** distributed under the License is distributed on an "AS IS" BASIS, 14** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15** See the License for the specific language governing permissions and 16** limitations under the License. 17*/ 18--> 19<resources xmlns:android="http://schemas.android.com/apk/res/android"> 20 <color name="widget_picker_secondary_surface_color_light"> 21 @android:color/system_surface_bright_light</color> 22 <color name="widget_picker_header_app_title_color_light"> 23 @android:color/system_on_surface_light</color> 24 <color name="widget_picker_header_app_subtitle_color_light"> 25 @android:color/system_on_surface_variant_light</color> 26 <color name="widget_cell_title_color_light"> 27 @android:color/system_on_surface_light</color> 28 <color name="widget_cell_subtitle_color_light"> 29 @android:color/system_on_surface_variant_light</color> 30 <color name="widget_picker_menu_options_color_light"> 31 @android:color/system_on_surface_variant_light 32 </color> 33 34 <color name="system_primary_container_light">@android:color/system_primary_container_light</color> 35 <color name="system_on_primary_container_light">@android:color/system_on_primary_container_light</color> 36 <color name="system_primary_light">@android:color/system_primary_light</color> 37 <color name="system_on_primary_light">@android:color/system_on_primary_light</color> 38 <color name="system_secondary_container_light">@android:color/system_secondary_container_light</color> 39 <color name="system_on_secondary_container_light">@android:color/system_on_secondary_container_light</color> 40 <color name="system_secondary_light">@android:color/system_secondary_light</color> 41 <color name="system_on_secondary_light">@android:color/system_on_secondary_light</color> 42 <color name="system_tertiary_container_light">@android:color/system_tertiary_container_light</color> 43 <color name="system_on_tertiary_container_light">@android:color/system_on_tertiary_container_light</color> 44 <color name="system_tertiary_light">@android:color/system_tertiary_light</color> 45 <color name="system_on_tertiary_light">@android:color/system_on_tertiary_light</color> 46 <color name="system_background_light">@android:color/system_background_light</color> 47 <color name="system_on_background_light">@android:color/system_on_background_light</color> 48 <color name="system_surface_light">@android:color/system_surface_light</color> 49 <color name="system_on_surface_light">@android:color/system_on_surface_light</color> 50 <color name="system_surface_container_low_light">@android:color/system_surface_container_low_light</color> 51 <color name="system_surface_container_lowest_light">@android:color/system_surface_container_lowest_light</color> 52 <color name="system_surface_container_light">@android:color/system_surface_container_light</color> 53 <color name="system_surface_container_high_light">@android:color/system_surface_container_high_light</color> 54 <color name="system_surface_container_highest_light">@android:color/system_surface_container_highest_light</color> 55 <color name="system_surface_bright_light">@android:color/system_surface_bright_light</color> 56 <color name="system_surface_dim_light">@android:color/system_surface_dim_light</color> 57 <color name="system_surface_variant_light">@android:color/system_surface_variant_light</color> 58 <color name="system_on_surface_variant_light">@android:color/system_on_surface_variant_light</color> 59 <color name="system_outline_light">@android:color/system_outline_light</color> 60 <color name="system_outline_variant_light">@android:color/system_outline_variant_light</color> 61 <color name="system_error_light">@android:color/system_error_light</color> 62 <color name="system_on_error_light">@android:color/system_on_error_light</color> 63 <color name="system_error_container_light">@android:color/system_error_container_light</color> 64 <color name="system_on_error_container_light">@android:color/system_on_error_container_light</color> 65 <color name="system_control_activated_light">@android:color/system_control_activated_light</color> 66 <color name="system_control_normal_light">@android:color/system_control_normal_light</color> 67 <color name="system_control_highlight_light">@android:color/system_control_highlight_light</color> 68 <color name="system_text_primary_inverse_light">@android:color/system_text_primary_inverse_light</color> 69 <color name="system_text_secondary_and_tertiary_inverse_light">@android:color/system_text_secondary_and_tertiary_inverse_light</color> 70 <color name="system_text_primary_inverse_disable_only_light">@android:color/system_text_primary_inverse_disable_only_light</color> 71 <color name="system_text_secondary_and_tertiary_inverse_disabled_light">@android:color/system_text_secondary_and_tertiary_inverse_disabled_light</color> 72 <color name="system_text_hint_inverse_light">@android:color/system_text_hint_inverse_light</color> 73 <color name="system_palette_key_color_primary_light">@android:color/system_palette_key_color_primary_light</color> 74 <color name="system_palette_key_color_secondary_light">@android:color/system_palette_key_color_secondary_light</color> 75 <color name="system_palette_key_color_tertiary_light">@android:color/system_palette_key_color_tertiary_light</color> 76 <color name="system_palette_key_color_neutral_light">@android:color/system_palette_key_color_neutral_light</color> 77 <color name="system_palette_key_color_neutral_variant_light">@android:color/system_palette_key_color_neutral_variant_light</color> 78 <color name="system_primary_container_dark">@android:color/system_primary_container_dark</color> 79 <color name="system_on_primary_container_dark">@android:color/system_on_primary_container_dark</color> 80 <color name="system_primary_dark">@android:color/system_primary_dark</color> 81 <color name="system_on_primary_dark">@android:color/system_on_primary_dark</color> 82 <color name="system_secondary_container_dark">@android:color/system_secondary_container_dark</color> 83 <color name="system_on_secondary_container_dark">@android:color/system_on_secondary_container_dark</color> 84 <color name="system_secondary_dark">@android:color/system_secondary_dark</color> 85 <color name="system_on_secondary_dark">@android:color/system_on_secondary_dark</color> 86 <color name="system_tertiary_container_dark">@android:color/system_tertiary_container_dark</color> 87 <color name="system_on_tertiary_container_dark">@android:color/system_on_tertiary_container_dark</color> 88 <color name="system_tertiary_dark">@android:color/system_tertiary_dark</color> 89 <color name="system_on_tertiary_dark">@android:color/system_on_tertiary_dark</color> 90 <color name="system_background_dark">@android:color/system_background_dark</color> 91 <color name="system_on_background_dark">@android:color/system_on_background_dark</color> 92 <color name="system_surface_dark">@android:color/system_surface_dark</color> 93 <color name="system_on_surface_dark">@android:color/system_on_surface_dark</color> 94 <color name="system_surface_container_low_dark">@android:color/system_surface_container_low_dark</color> 95 <color name="system_surface_container_lowest_dark">@android:color/system_surface_container_lowest_dark</color> 96 <color name="system_surface_container_dark">@android:color/system_surface_container_dark</color> 97 <color name="system_surface_container_high_dark">@android:color/system_surface_container_high_dark</color> 98 <color name="system_surface_container_highest_dark">@android:color/system_surface_container_highest_dark</color> 99 <color name="system_surface_bright_dark">@android:color/system_surface_bright_dark</color> 100 <color name="system_surface_dim_dark">@android:color/system_surface_dim_dark</color> 101 <color name="system_surface_variant_dark">@android:color/system_surface_variant_dark</color> 102 <color name="system_on_surface_variant_dark">@android:color/system_on_surface_variant_dark</color> 103 <color name="system_outline_dark">@android:color/system_outline_dark</color> 104 <color name="system_outline_variant_dark">@android:color/system_outline_variant_dark</color> 105 <color name="system_error_dark">@android:color/system_error_dark</color> 106 <color name="system_on_error_dark">@android:color/system_on_error_dark</color> 107 <color name="system_error_container_dark">@android:color/system_error_container_dark</color> 108 <color name="system_on_error_container_dark">@android:color/system_on_error_container_dark</color> 109 <color name="system_control_activated_dark">@android:color/system_control_activated_dark</color> 110 <color name="system_control_normal_dark">@android:color/system_control_normal_dark</color> 111 <color name="system_control_highlight_dark">@android:color/system_control_highlight_dark</color> 112 <color name="system_text_primary_inverse_dark">@android:color/system_text_primary_inverse_dark</color> 113 <color name="system_text_secondary_and_tertiary_inverse_dark">@android:color/system_text_secondary_and_tertiary_inverse_dark</color> 114 <color name="system_text_primary_inverse_disable_only_dark">@android:color/system_text_primary_inverse_disable_only_dark</color> 115 <color name="system_text_secondary_and_tertiary_inverse_disabled_dark">@android:color/system_text_secondary_and_tertiary_inverse_disabled_dark</color> 116 <color name="system_text_hint_inverse_dark">@android:color/system_text_hint_inverse_dark</color> 117 <color name="system_palette_key_color_primary_dark">@android:color/system_palette_key_color_primary_dark</color> 118 <color name="system_palette_key_color_secondary_dark">@android:color/system_palette_key_color_secondary_dark</color> 119 <color name="system_palette_key_color_tertiary_dark">@android:color/system_palette_key_color_tertiary_dark</color> 120 <color name="system_palette_key_color_neutral_dark">@android:color/system_palette_key_color_neutral_dark</color> 121 <color name="system_palette_key_color_neutral_variant_dark">@android:color/system_palette_key_color_neutral_variant_dark</color> 122 <color name="system_primary_fixed">@android:color/system_primary_fixed</color> 123 <color name="system_primary_fixed_dim">@android:color/system_primary_fixed_dim</color> 124 <color name="system_on_primary_fixed">@android:color/system_on_primary_fixed</color> 125 <color name="system_on_primary_fixed_variant">@android:color/system_on_primary_fixed_variant</color> 126 <color name="system_secondary_fixed">@android:color/system_secondary_fixed</color> 127 <color name="system_secondary_fixed_dim">@android:color/system_secondary_fixed_dim</color> 128 <color name="system_on_secondary_fixed">@android:color/system_on_secondary_fixed</color> 129 <color name="system_on_secondary_fixed_variant">@android:color/system_on_secondary_fixed_variant</color> 130 <color name="system_tertiary_fixed">@android:color/system_tertiary_fixed</color> 131 <color name="system_tertiary_fixed_dim">@android:color/system_tertiary_fixed_dim</color> 132 <color name="system_on_tertiary_fixed">@android:color/system_on_tertiary_fixed</color> 133 <color name="system_on_tertiary_fixed_variant">@android:color/system_on_tertiary_fixed_variant</color> 134</resources> 135