blob: 9a66e8bc87917ad379784419cc493bde9bc6f05e [file] [log] [blame]
Lucas Dupinf03e7522018-06-25 16:21:13 -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 NOTE: You might also want to edit: core/res/res/values-night/*.xml
18 -->
19<resources>
20 <!-- The color of the material notification background -->
21 <color name="notification_material_background_color">@*android:color/notification_material_background_color</color>
22
23 <!-- The color of the legacy notifications with customs backgrounds (gingerbread and lollipop.)
24 It's fine to override this color since at that point the shade was dark. -->
25 <color name="notification_legacy_background_color">@*android:color/notification_material_background_color</color>
26
27 <!-- The color of the material notification background when dimmed -->
Lucas Dupind26facc2018-09-10 18:07:30 -070028 <color name="notification_material_background_dimmed_color">#aa000000</color>
Lucas Dupinf03e7522018-06-25 16:21:13 -070029
30 <!-- The color of the dividing line between grouped notifications while . -->
Lucas Dupind26facc2018-09-10 18:07:30 -070031 <color name="notification_divider_color">#212121</color>
Lucas Dupinf03e7522018-06-25 16:21:13 -070032
33 <!-- The background color of the notification shade -->
Felka Chang97bc8d52019-05-29 02:51:15 +080034 <color name="notification_shade_background_color">@color/GM2_grey_900</color>
35
36 <!-- The color of the gear shown behind a notification -->
37 <color name="notification_gear_color">@color/GM2_grey_500</color>
Lucas Dupinf03e7522018-06-25 16:21:13 -070038
39 <!-- The color of the ripples on the untinted notifications -->
40 <color name="notification_ripple_untinted_color">#30ffffff</color>
41
42 <!-- The "inside" of a notification, reached via longpress -->
Julia Reynolds3fd1b492019-05-02 17:20:25 -040043 <color name="notification_guts_bg_color">@color/GM2_grey_900</color>
Lucas Dupinf03e7522018-06-25 16:21:13 -070044
45 <!-- The color of the text inside a notification -->
46 <color name="notification_primary_text_color">@*android:color/notification_primary_text_color_dark</color>
Fabian Kozynskif80234c2019-02-12 13:54:16 -050047
Julia Reynolds3fd1b492019-05-02 17:20:25 -040048 <color name="notification_guts_link_icon_tint">@color/GM2_grey_500</color>
Julia Reynolds2a9c3852019-05-31 14:54:22 -040049 <color name="notification_guts_sub_text_color">@color/GM2_grey_300</color>
Julia Reynolds3fd1b492019-05-02 17:20:25 -040050 <color name="notification_guts_header_text_color">@color/GM2_grey_200</color>
Ned Burns369f1472019-05-22 21:07:26 -040051 <color name="notification_guts_info_button_color">@color/GM2_blue_300</color>
52 <color name="notification_guts_priority_button_content_color">@color/GM2_grey_500</color>
53 <color name="notification_guts_priority_button_content_color_selected">@color/GM2_blue_300</color>
54 <color name="notification_guts_priority_button_bg_fill_color">@color/transparent</color>
55 <color name="notification_guts_priority_button_bg_fill_color_selected">@color/GM2_grey_800</color>
56 <color name="notification_guts_priority_button_bg_stroke_color">@color/GM2_grey_700</color>
Julia Reynolds2a9c3852019-05-31 14:54:22 -040057 <color name="notification_guts_priority_button_bg_stroke_color_selected">@color/GM2_blue_300</color>
Julia Reynolds52a27372019-04-03 11:00:17 -040058
Ned Burns9eb06332019-04-23 16:02:12 -040059 <color name="notification_section_header_label_color">@color/GM2_grey_200</color>
Ned Burns8e426672019-05-20 18:02:19 -040060 <color name="notification_section_clear_all_btn_color">@color/GM2_grey_500</color>
Evan Laird47dc4542019-04-24 15:10:52 -040061 <color name="notification_channel_dialog_separator">@color/GM2_grey_700</color>
Ned Burns9eb06332019-04-23 16:02:12 -040062
Fabian Kozynskif80234c2019-02-12 13:54:16 -050063 <!-- The color of the background in the top part of QSCustomizer -->
64 <color name="qs_customize_background">@color/GM2_grey_900</color>
65
66 <!-- The color of the background in the bottom part of QSCustomizer -->
67 <color name="qs_customize_decoration">@color/GM2_grey_800</color>
Aaron Heuckrothc8343402019-03-13 16:27:15 -040068
69 <!-- The color of the background in the separated list of the Global Actions menu -->
70 <color name="global_actions_separated_background">@color/GM2_grey_900</color>
71
72 <!-- The color of the background in the grid of the Global Actions menu -->
73 <color name="global_actions_grid_background">@color/GM2_grey_800</color>
74
75 <!-- The color of the text in the Global Actions menu -->
76 <color name="global_actions_text">@color/GM2_grey_200</color>
77
78 <!-- The color of the text in the Global Actions menu -->
79 <color name="global_actions_alert_text">@color/GM2_red_300</color>
Kevin Chyn7d1e9322019-05-07 17:40:53 -070080
Miranda Kephart0148b282019-10-31 15:36:21 -040081 <!-- Global screenshot actions -->
82 <color name="global_screenshot_button_background">@color/GM2_grey_900</color>
83 <color name="global_screenshot_button_ripple">#42FFFFFF</color>
84 <color name="global_screenshot_button_text">@color/GM2_blue_300</color>
85
Kevin Chyn7d1e9322019-05-07 17:40:53 -070086 <!-- Biometric dialog colors -->
87 <color name="biometric_dialog_gray">#ff888888</color>
88 <color name="biometric_dialog_accent">#ff80cbc4</color> <!-- light teal -->
89 <color name="biometric_dialog_error">#fff28b82</color> <!-- red 300 -->
90
Fabian Kozynski67ffcf82019-09-05 16:32:12 -040091 <color name="GM2_green_500">#FF41Af6A</color>
92 <color name="GM2_blue_500">#5195EA</color>
93 <color name="GM2_red_500">#E25142</color>
94 <color name="GM2_yellow_500">#F5C518</color>
95
Evan Laird47dc4542019-04-24 15:10:52 -040096</resources>