blob: 30acc72abae5d2a14e99609ed1649e35167eaaf8 [file] [log] [blame]
Adam Powelle2416212010-09-22 20:17:34 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4 * Copyright 2010, 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>
Joe Onorato6c01a112010-10-04 17:38:47 -040020 <drawable name="notification_number_text_color">#ffffffff</drawable>
Joe Onorato52f80cd2010-11-21 15:34:48 -080021 <drawable name="ticker_background_color">#ff1d1d1d</drawable>
Chris Craik641ac642013-10-04 11:01:54 -070022 <drawable name="system_bar_background">@color/system_bar_background_opaque</drawable>
23 <color name="system_bar_background_opaque">#ff000000</color>
Adrian Roosea562512014-05-05 13:33:03 +020024 <color name="system_bar_background_transparent">#00000000</color>
Romain Guy328b3582012-05-08 15:30:57 -070025 <color name="notification_panel_solid_background">#ff000000</color>
Peter Ng669a8192011-09-13 20:11:31 -070026 <drawable name="status_bar_notification_row_background_color">#ff090909</drawable>
Daniel Sandler49f58402011-09-13 00:11:42 -040027 <color name="notification_list_shadow_top">#80000000</color>
Chris Wren157026f2013-06-28 16:54:01 -040028 <drawable name="heads_up_notification_bg_pressed">#ff33B5E5</drawable>
Jorim Jaggidd0107a2015-01-21 22:23:48 +010029 <color name="batterymeter_frame_color">#4DFFFFFF</color><!-- 30% white -->
John Spurlock21efa9a2013-09-06 18:26:55 -040030 <color name="batterymeter_charge_color">#FFFFFFFF</color>
John Spurlock4b786ff2013-12-17 15:19:16 -050031 <color name="batterymeter_bolt_color">#FFFFFFFF</color>
John Spurlock29786fc2014-02-04 17:55:47 -050032 <color name="qs_batterymeter_frame_color">#FF404040</color>
John Spurlockeb2727b2014-07-19 23:11:36 -040033 <color name="system_primary_color">#ff263238</color><!-- blue grey 900 -->
Jason Monk57af5e32016-02-29 15:42:15 -050034 <color name="system_secondary_color">#ff37474F</color><!-- blue grey 800 -->
John Spurlockb98f7472014-07-08 17:09:42 -040035 <color name="system_accent_color">#ff80CBC4</color><!-- deep teal 200 -->
John Spurlock5e9049a2014-07-08 23:40:46 -040036 <color name="system_warning_color">#fff4511e</color><!-- deep orange 600 -->
John Spurlock89f060a2014-07-16 21:03:15 -040037 <color name="qs_text">#FFFFFFFF</color>
John Spurlockd42f4952014-06-27 15:29:30 -040038 <color name="qs_tile_divider">#29ffffff</color><!-- 16% white -->
John Spurlockeb2727b2014-07-19 23:11:36 -040039 <color name="qs_subhead">#99FFFFFF</color><!-- 60% white -->
John Spurlock5b093fa2015-02-26 14:55:04 -050040 <color name="qs_detail_empty">#24B0BEC5</color><!-- 14% blue grey 200 -->
41 <color name="qs_detail_button">#FFB0BEC5</color><!-- 100% blue grey 200 -->
John Spurlockf55b7f22015-04-13 19:21:26 -040042 <color name="qs_detail_button_white">#B3FFFFFF</color><!-- 70% white -->
John Spurlock19328fa2014-08-03 11:47:35 -040043 <color name="qs_detail_transition">#66FFFFFF</color>
John Spurlock465cefa2014-08-16 10:39:33 -040044 <color name="qs_detail_progress_track">#99009688</color><!-- 60% deep teal 500 -->
John Spurlockb98f7472014-07-08 17:09:42 -040045 <color name="data_usage_secondary">#99FFFFFF</color><!-- 60% white -->
46 <color name="data_usage_graph_track">#33FFFFFF</color><!-- 20% white -->
John Spurlockd11a19b2014-07-13 16:07:57 -040047 <color name="data_usage_graph_warning">#FFFFFFFF</color>
Dan Sandlerbd879762014-07-15 13:37:27 -040048 <color name="status_bar_clock_color">#FFFFFFFF</color>
Adrian Roosbc0a9fe2014-08-11 20:36:01 +020049 <color name="qs_user_detail_icon_muted">#FFFFFFFF</color> <!-- not so muted after all -->
Sudheer Shanka1c7cda82015-12-31 14:46:02 +000050 <color name="qs_tile_disabled_color">#9E9E9E</color> <!-- 38% black -->
Alan Viverette858a0402014-03-06 18:36:43 -080051
Jorim Jaggid4a57442014-04-10 02:45:55 +020052 <!-- Tint color for the content on the notification overflow card. -->
Jorim Jaggib741f052014-06-03 19:57:26 +020053 <color name="keyguard_overflow_content_color">#ff686868</color>
Winson Chung80693f92014-04-23 15:19:56 -070054
Winson8be16342016-02-09 11:53:27 -080055 <!-- The disabled recents task bar background color. -->
56 <color name="recents_task_bar_disabled_background_color">#ff676767</color>
Winson Chung80693f92014-04-23 15:19:56 -070057 <!-- The default recents task bar background color. -->
Winson Chung7ab650c2014-06-18 14:25:34 -070058 <color name="recents_task_bar_default_background_color">#ffe6e6e6</color>
Winson Chung1af8eda2016-02-05 17:55:56 +000059 <!-- The default recents task view background color. -->
60 <color name="recents_task_view_default_background_color">#fff3f3f3</color>
Winson Chung80693f92014-04-23 15:19:56 -070061 <!-- The recents task bar light text color to be drawn on top of dark backgrounds. -->
Winson Chung54e297a2014-05-09 17:15:32 -070062 <color name="recents_task_bar_light_text_color">#ffeeeeee</color>
Winson Chung80693f92014-04-23 15:19:56 -070063 <!-- The recents task bar dark text color to be drawn on top of light backgrounds. -->
Winson Chung1f24c7e2014-07-11 17:06:48 -070064 <color name="recents_task_bar_dark_text_color">#cc000000</color>
Winson Chung54e297a2014-05-09 17:15:32 -070065 <!-- The recents task bar light dismiss icon color to be drawn on top of dark backgrounds. -->
Winson Chung48f2cda2015-12-11 13:20:12 -050066 <color name="recents_task_bar_light_icon_color">#ffeeeeee</color>
Winson Chung54e297a2014-05-09 17:15:32 -070067 <!-- The recents task bar dark dismiss icon color to be drawn on top of light backgrounds. -->
Winson Chung48f2cda2015-12-11 13:20:12 -050068 <color name="recents_task_bar_dark_icon_color">#99000000</color>
Winson Chung1f24c7e2014-07-11 17:06:48 -070069 <!-- The lock to task button background color. -->
70 <color name="recents_task_view_lock_to_app_button_background_color">#ffe6e6e6</color>
71 <!-- The lock to task button foreground color. -->
72 <color name="recents_task_view_lock_to_app_button_color">#ff666666</color>
Winsonde0591a2015-12-04 17:24:35 -080073 <!-- The background color for the freeform workspace. -->
Winson Chungaa4f8002015-12-17 10:27:55 -050074 <color name="recents_freeform_workspace_bg_color">#33FFFFFF</color>
Winson Chung80693f92014-04-23 15:19:56 -070075
Adrian Roos3ef2a7c2014-05-22 23:10:53 +020076 <color name="keyguard_affordance">#ffffffff</color>
77
Selim Cinek697178b2014-07-02 19:40:30 +020078 <!-- The color of the legacy notification background -->
79 <color name="notification_legacy_background_color">#ff1a1a1a</color>
80
81 <!-- The color of the material notification background -->
Selim Cinekda6f1d62016-01-12 20:17:48 -080082 <color name="notification_material_background_color">#ffffffff</color>
Selim Cinek697178b2014-07-02 19:40:30 +020083
84 <!-- The color of the material notification background when dimmed -->
Selim Cinekd35c2792016-01-21 13:20:57 -080085 <color name="notification_material_background_dimmed_color">#ccffffff</color>
Selim Cinek697178b2014-07-02 19:40:30 +020086
Selim Cinek3d2b94bf2014-07-02 22:12:47 +020087 <!-- The color of the material notification background when low priority -->
Selim Cinekda6f1d62016-01-12 20:17:48 -080088 <color name="notification_material_background_low_priority_color">#fff5f5f5</color>
Selim Cinek3d2b94bf2014-07-02 22:12:47 +020089
Selim Cinek6811d722016-01-19 17:53:12 -080090 <!-- The background color of the notification shade -->
Selim Cinekd35c2792016-01-21 13:20:57 -080091 <color name="notification_shade_background_color">#ffeeeeee</color>
Jorim Jaggi17ee3ec2014-08-29 03:47:31 +020092
Selim Cinek697178b2014-07-02 19:40:30 +020093 <!-- The color of the ripples on the untinted notifications -->
Selim Cinekb2da91b2014-09-02 17:35:20 +020094 <color name="notification_ripple_untinted_color">#28000000</color>
95
96 <!-- The color of the ripples on the low priority notifications -->
97 <color name="notification_ripple_color_low_priority">#30000000</color>
Selim Cinek697178b2014-07-02 19:40:30 +020098
99 <!-- The color of the ripples on the tinted notifications -->
100 <color name="notification_ripple_tinted_color">#30ffffff</color>
101
Adrian Roos8ddb2da2014-06-16 18:56:22 -0700102 <!-- The color of the circle around the primary user in the user switcher -->
Jorim Jaggi853b0702014-07-05 04:31:14 +0200103 <color name="current_user_border_color">@color/system_accent_color</color>
John Spurlockae641c92014-06-30 18:11:40 -0400104
Mady Mellor4b80b102016-01-22 08:03:58 -0800105 <!-- The color of the gear shown behind a notification -->
106 <color name="notification_gear_color">#ff757575</color>
107
Dan Sandler4247a5c2014-07-23 15:58:08 -0400108 <!-- The "inside" of a notification, reached via longpress -->
Julia Reynolds7727ad22016-01-22 14:38:46 -0500109 <color name="notification_guts_bg_color">#eeeeee</color>
Julia Reynolds20505362016-01-12 08:47:04 -0500110 <color name="notification_guts_slider_color">@*android:color/material_deep_teal_500</color>
111 <color name="notification_guts_secondary_slider_color">#858383</color>
Julia Reynolds7727ad22016-01-22 14:38:46 -0500112 <color name="notification_guts_icon_tint">#8a000000</color>
113 <color name="notification_guts_disabled_icon_tint">#4d000000</color>
Jorim Jaggif4797922014-08-04 22:49:41 +0200114
Jorim Jaggi2fdeeab2015-04-01 15:13:03 -0700115 <color name="assist_orb_color">#ffffff</color>
Jorim Jaggibf1899e2014-08-07 02:04:18 +0200116
117 <color name="keyguard_user_switcher_background_gradient_color">#77000000</color>
Jorim Jaggi31fc3e82014-08-26 15:01:24 +0200118
119 <!-- The color of the navigation bar icons. Need to be in sync with ic_sysbar_* -->
120 <color name="navigation_bar_icon_color">#E5FFFFFF</color>
Jorim Jaggicb557032014-09-16 23:09:24 +0200121
122 <!-- Shadow color for the first pixels around the fake shadow for recents. -->
123 <color name="fake_shadow_start_color">#44000000</color>
124
125 <!-- Shadow color for the furthest pixels around the fake shadow for recents. -->
126 <color name="fake_shadow_end_color">#03000000</color>
Jason Monk18f99d92014-09-11 13:36:42 -0400127
John Spurlockbb4a7022014-11-08 12:40:19 -0500128 <color name="screen_pinning_nav_icon_highlight_outer">#4080cbc4</color><!-- 25% deep teal 200 -->
129 <color name="screen_pinning_request_bg">#ff009688</color><!-- deep teal 500 -->
Jason Monk18f99d92014-09-11 13:36:42 -0400130 <color name="screen_pinning_request_window_bg">#80000000</color>
John Spurlockbb4a7022014-11-08 12:40:19 -0500131
John Spurlockfbc1fdf82015-05-08 18:16:54 -0400132 <color name="segmented_buttons_background">#14FFFFFF</color><!-- 8% white -->
John Spurlockbb4a7022014-11-08 12:40:19 -0500133 <color name="segmented_button_selected">#FFFFFFFF</color>
John Spurlockd9c75db2015-04-28 11:19:13 -0400134 <color name="segmented_button_unselected">#FFB0BEC5</color><!-- blue grey 200 -->
Jorim Jaggi5443cc52015-03-20 14:39:24 -0700135
136 <color name="dark_mode_icon_color_single_tone">#99000000</color>
137 <color name="dark_mode_icon_color_dual_tone_background">#3d000000</color>
138 <color name="dark_mode_icon_color_dual_tone_fill">#7a000000</color>
139
140 <color name="light_mode_icon_color_single_tone">#ffffff</color>
141 <color name="light_mode_icon_color_dual_tone_background">#4dffffff</color>
142 <color name="light_mode_icon_color_dual_tone_fill">#ffffff</color>
John Spurlockf55b7f22015-04-13 19:21:26 -0400143
144 <color name="zen_introduction_message_background">#ff009688</color><!-- deep teal 500 -->
John Spurlockd9c75db2015-04-28 11:19:13 -0400145 <color name="volume_icon_color">#ffffffff</color>
146 <color name="volume_settings_icon_color">#7fffffff</color>
John Spurlock77bb25af2015-05-11 12:12:07 -0400147 <color name="volume_slider_inactive">#FFB0BEC5</color><!-- blue grey 200 -->
Jason Monk2681dcb2015-09-09 13:50:34 -0400148
149 <color name="fab_ripple">#1fffffff</color><!-- 12% white -->
150 <color name="fab_shape">#ff009688</color><!-- Teal 500 -->
Jorim Jaggi1fcbab62015-11-04 16:39:50 +0100151
152 <color name="docked_divider_background">#ff000000</color>
153 <color name="docked_divider_handle">#ffffff</color>
Adrian Roos245aa872015-12-07 14:53:53 -0800154
155 <color name="default_remote_input_background">@*android:color/notification_default_color</color>
156 <color name="remote_input_hint">#4dffffff</color>
Jason Monk94295132016-01-12 11:27:02 -0500157
158 <color name="qs_tile_tint_unavailable">#40ffffff</color>
159 <color name="qs_tile_tint_inactive">#4dffffff</color>
160 <color name="qs_tile_tint_active">#ffffffff</color>
Jason Monkf0c6f642016-01-20 22:24:50 -0500161
162 <color name="switch_bar_background">#ff37474f</color>
163 <color name="switch_accent_color">#ff7fcac3</color>
Andrei Stingaceanu8861cb02016-01-20 16:48:30 +0000164
165 <!-- Keyboard shortcuts colors -->
166 <color name="ksh_system_group_color">#ff00bcd4</color>
167 <color name="ksh_application_group_color">#fff44336</color>
Adam Powelle2416212010-09-22 20:17:34 -0700168</resources>