1<?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>
20    <drawable name="notification_number_text_color">#ffffffff</drawable>
21    <drawable name="ticker_background_color">#ff1d1d1d</drawable>
22    <drawable name="system_bar_background">@color/system_bar_background_opaque</drawable>
23    <color name="system_bar_background_opaque">#ff000000</color>
24    <color name="system_bar_background_semi_transparent">#66000000</color> <!-- 40% black -->
25    <color name="system_bar_background_transparent">#00000000</color>
26    <color name="notification_panel_solid_background">#ff000000</color>
27    <drawable name="status_bar_recents_app_thumbnail_background">#88000000</drawable>
28    <color name="status_bar_recents_app_label_color">#ffffffff</color>
29    <drawable name="status_bar_notification_row_background_color">#ff090909</drawable>
30    <color name="notification_list_shadow_top">#80000000</color>
31    <drawable name="recents_callout_line">#99ffffff</drawable>
32    <drawable name="heads_up_notification_bg_pressed">#ff33B5E5</drawable>
33    <color name="batterymeter_frame_color">#66FFFFFF</color><!-- 40% white -->
34    <color name="batterymeter_charge_color">#FFFFFFFF</color>
35    <color name="batterymeter_bolt_color">#FFFFFFFF</color>
36    <color name="qs_batterymeter_frame_color">#FF404040</color>
37    <color name="system_primary_color">#ff263238</color><!-- blue grey 900 -->
38    <color name="system_secondary_color">#ff384248</color>
39    <color name="system_accent_color">#ff80CBC4</color><!-- deep teal 200 -->
40    <color name="system_warning_color">#fff4511e</color><!-- deep orange 600 -->
41    <color name="qs_text">#FFFFFFFF</color>
42    <color name="qs_tile_divider">#29ffffff</color><!-- 16% white -->
43    <color name="qs_tile_text">#B3FFFFFF</color><!-- 70% white -->
44    <color name="qs_subhead">#99FFFFFF</color><!-- 60% white -->
45    <color name="qs_detail_empty">#24B0BEC5</color><!-- 14% blue grey 200-->
46    <color name="qs_detail_transition">#66FFFFFF</color>
47    <color name="qs_detail_progress_track">#99009688</color><!-- 60% deep teal 500 -->
48    <color name="data_usage_secondary">#99FFFFFF</color><!-- 60% white -->
49    <color name="data_usage_graph_track">#33FFFFFF</color><!-- 20% white -->
50    <color name="data_usage_graph_warning">#FFFFFFFF</color>
51    <color name="status_bar_clock_color">#FFFFFFFF</color>
52    <color name="qs_user_detail_icon_muted">#FFFFFFFF</color> <!-- not so muted after all -->
53
54    <!-- Tint color for the content on the notification overflow card. -->
55    <color name="keyguard_overflow_content_color">#ff686868</color>
56
57    <!-- The default recents task bar background color. -->
58    <color name="recents_task_bar_default_background_color">#ffe6e6e6</color>
59    <!-- The recents task bar light text color to be drawn on top of dark backgrounds. -->
60    <color name="recents_task_bar_light_text_color">#ffeeeeee</color>
61    <!-- The recents task bar dark text color to be drawn on top of light backgrounds. -->
62    <color name="recents_task_bar_dark_text_color">#cc000000</color>
63    <!-- The recents task bar light dismiss icon color to be drawn on top of dark backgrounds. -->
64    <color name="recents_task_bar_light_dismiss_color">#ffeeeeee</color>
65    <!-- The recents task bar dark dismiss icon color to be drawn on top of light backgrounds. -->
66    <color name="recents_task_bar_dark_dismiss_color">#99000000</color>
67    <!-- The recents task bar highlight color. -->
68    <color name="recents_task_bar_highlight_color">#28ffffff</color>
69    <!-- 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>
73
74    <color name="keyguard_affordance">#ffffffff</color>
75
76    <!-- The color of the legacy notification background -->
77    <color name="notification_legacy_background_color">#ff1a1a1a</color>
78
79    <!-- The color of the material notification background -->
80    <color name="notification_material_background_color">#fffafafa</color>
81
82    <!-- The color of the material notification background when dimmed -->
83    <color name="notification_material_background_dimmed_color">#d4ffffff</color>
84
85    <!-- The color of the material notification background when low priority -->
86    <color name="notification_material_background_low_priority_color">#ffe0e0e0</color>
87
88    <!-- The color of the material notification background for media notifications when no custom
89         color is specified -->
90    <color name="notification_material_background_media_default_color">#ff424242</color>
91
92    <!-- The color of the ripples on the untinted notifications -->
93    <color name="notification_ripple_untinted_color">#28000000</color>
94
95    <!-- The color of the ripples on the low priority notifications -->
96    <color name="notification_ripple_color_low_priority">#30000000</color>
97
98    <!-- The color of the ripples on the tinted notifications -->
99    <color name="notification_ripple_tinted_color">#30ffffff</color>
100
101    <!-- The color of the circle around the primary user in the user switcher -->
102    <color name="current_user_border_color">@color/system_accent_color</color>
103
104    <!-- The "inside" of a notification, reached via longpress -->
105    <color name="notification_guts_bg_color">@color/system_secondary_color</color>
106    <color name="notification_guts_title_color">#FFFFFFFF</color>
107    <color name="notification_guts_text_color">#b2FFFFFF</color>
108    <color name="notification_guts_btn_color">#FFFFFFFF</color>
109
110    <color name="search_panel_circle_color">#ffffff</color>
111    <color name="search_panel_ripple_color">#ffbbbbbb</color>
112
113    <color name="keyguard_user_switcher_background_gradient_color">#77000000</color>
114    <color name="doze_small_icon_background_color">#ff434343</color>
115
116    <!-- The color of the navigation bar icons. Need to be in sync with ic_sysbar_* -->
117    <color name="navigation_bar_icon_color">#E5FFFFFF</color>
118
119    <!-- Shadow color for the first pixels around the fake shadow for recents. -->
120    <color name="fake_shadow_start_color">#44000000</color>
121
122    <!-- Shadow color for the furthest pixels around the fake shadow for recents. -->
123    <color name="fake_shadow_end_color">#03000000</color>
124
125    <color name="screen_pinning_nav_icon_highlight_outer">#4080cbc4</color><!-- 25% deep teal 200 -->
126    <color name="screen_pinning_request_bg">#ff009688</color><!-- deep teal 500 -->
127    <color name="screen_pinning_request_window_bg">#80000000</color>
128
129    <color name="segmented_button_selected">#FFFFFFFF</color>
130    <color name="segmented_button_unselected">#B3B0BEC5</color><!-- 70% blue grey 200 -->
131    <color name="volume_panel_divider">#1FFFFFFF</color><!-- 12% white -->
132</resources>
133