• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
19<resources>
20    <color name="home_settings_header_accent">@android:color/system_accent1_100</color>
21    <color name="home_settings_header_collapsed">@android:color/system_neutral1_700</color>
22    <color name="home_settings_header_expanded">@android:color/system_neutral1_900</color>
23
24    <color name="home_settings_thumb_off_color">@android:color/system_neutral2_300</color>
25    <color name="home_settings_track_on_color">@android:color/system_accent2_700</color>
26    <color name="home_settings_track_off_color">@android:color/system_neutral1_700</color>
27
28    <color name="widget_picker_title_color_dark">@android:color/system_neutral1_100</color>
29    <color name="widget_picker_description_color_dark">
30        @android:color/system_neutral2_200</color>
31    <color name="widget_picker_header_app_title_color_dark">
32        @android:color/system_neutral1_100</color>
33    <color name="widget_picker_header_app_subtitle_color_dark">
34        @android:color/system_neutral2_200</color>
35    <color name="widget_picker_header_background_color_dark">
36        @android:color/system_accent2_700</color>
37    <color name="widget_picker_suggestions_icon_background_color_dark">
38        @android:color/system_accent1_800</color>
39    <color name="widget_picker_suggestions_icon_color_dark">
40        @android:color/system_accent1_200</color>
41    <color name="widget_picker_search_text_color_dark">
42        @android:color/system_neutral2_200</color>
43    <color name="widget_picker_tab_background_selected_dark">
44        @android:color/system_accent1_200</color>
45    <color name="widget_picker_selected_tab_text_color_dark">
46        @android:color/system_accent1_800</color>
47    <color name="widget_picker_unselected_tab_text_color_dark">
48        @android:color/system_neutral2_200</color>
49    <color name="widget_picker_collapse_handle_color_dark">
50        @android:color/system_neutral2_400</color>
51    <color name="widget_picker_add_button_background_color_dark">
52        @android:color/system_accent1_200</color>
53    <color name="widget_picker_add_button_text_color_dark">
54        @android:color/system_accent1_800</color>
55
56    <color name="material_color_on_surface">@android:color/system_neutral1_100</color>
57</resources>