OSDN Git Service

DO NOT MERGE. Grant MMS Uri permissions as the calling UID.
[android-x86/frameworks-base.git] / packages / SystemUI / res / values / colors.xml
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_transparent">#00000000</color>
25     <color name="notification_panel_solid_background">#ff000000</color>
26     <drawable name="status_bar_notification_row_background_color">#ff090909</drawable>
27     <color name="notification_list_shadow_top">#80000000</color>
28     <drawable name="heads_up_notification_bg_pressed">#ff33B5E5</drawable>
29     <color name="batterymeter_frame_color">#4DFFFFFF</color><!-- 30% white -->
30     <color name="batterymeter_charge_color">#FFFFFFFF</color>
31     <color name="batterymeter_bolt_color">#FFFFFFFF</color>
32     <color name="qs_batterymeter_frame_color">#FF404040</color>
33     <color name="system_primary_color">#ff263238</color><!-- blue grey 900 -->
34     <color name="system_secondary_color">#ff37474F</color><!-- blue grey 800 -->
35     <color name="system_accent_color">#ff80CBC4</color><!-- deep teal 200 -->
36     <color name="system_warning_color">#fff4511e</color><!-- deep orange 600 -->
37     <color name="qs_text">#FFFFFFFF</color>
38     <color name="qs_tile_divider">#29ffffff</color><!-- 16% white -->
39     <color name="qs_subhead">#99FFFFFF</color><!-- 60% white -->
40     <color name="qs_detail_empty">#24B0BEC5</color><!-- 14% blue grey 200 -->
41     <color name="qs_detail_button">#FFB0BEC5</color><!-- 100% blue grey 200 -->
42     <color name="qs_detail_button_white">#B3FFFFFF</color><!-- 70% white -->
43     <color name="qs_detail_transition">#66FFFFFF</color>
44     <color name="qs_detail_progress_track">#99009688</color><!-- 60% deep teal 500 -->
45     <color name="data_usage_secondary">#99FFFFFF</color><!-- 60% white -->
46     <color name="data_usage_graph_track">#33FFFFFF</color><!-- 20% white -->
47     <color name="data_usage_graph_warning">#FFFFFFFF</color>
48     <color name="status_bar_clock_color">#FFFFFFFF</color>
49     <color name="qs_user_detail_icon_muted">#FFFFFFFF</color> <!-- not so muted after all -->
50     <color name="qs_tile_disabled_color">#9E9E9E</color> <!-- 38% black -->
51
52     <!-- Tint color for the content on the notification overflow card. -->
53     <color name="keyguard_overflow_content_color">#ff686868</color>
54
55     <!-- The disabled recents task bar background color. -->
56     <color name="recents_task_bar_disabled_background_color">#ff676767</color>
57     <!-- The default recents task bar background color. -->
58     <color name="recents_task_bar_default_background_color">#ffe6e6e6</color>
59     <!-- The default recents task view background color. -->
60     <color name="recents_task_view_default_background_color">#fff3f3f3</color>
61     <!-- The recents task bar light text color to be drawn on top of dark backgrounds. -->
62     <color name="recents_task_bar_light_text_color">#ffeeeeee</color>
63     <!-- The recents task bar dark text color to be drawn on top of light backgrounds. -->
64     <color name="recents_task_bar_dark_text_color">#cc000000</color>
65     <!-- The recents task bar light dismiss icon color to be drawn on top of dark backgrounds. -->
66     <color name="recents_task_bar_light_icon_color">#ccffffff</color>
67     <!-- The recents task bar dark dismiss icon color to be drawn on top of light backgrounds. -->
68     <color name="recents_task_bar_dark_icon_color">#99000000</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     <!-- The background color for the freeform workspace. -->
74     <color name="recents_freeform_workspace_bg_color">#33FFFFFF</color>
75
76     <color name="keyguard_affordance">#ffffffff</color>
77
78     <!-- 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 -->
82     <color name="notification_material_background_color">@*android:color/notification_material_background_color</color>
83
84     <!-- The color of the material notification background when dimmed -->
85     <color name="notification_material_background_dimmed_color">#ccffffff</color>
86
87     <!-- The color of the material notification background when low priority -->
88     <color name="notification_material_background_low_priority_color">#fff5f5f5</color>
89
90     <!-- The background color of the notification shade -->
91     <color name="notification_shade_background_color">#ffeeeeee</color>
92
93     <!-- The color of the ripples on the untinted notifications -->
94     <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>
98
99     <!-- The color of the ripples on the tinted notifications -->
100     <color name="notification_ripple_tinted_color">#30ffffff</color>
101
102     <!-- The color of the circle around the primary user in the user switcher -->
103     <color name="current_user_border_color">@color/system_accent_color</color>
104
105     <!-- The color of the gear shown behind a notification -->
106     <color name="notification_gear_color">#ff757575</color>
107
108     <!-- The "inside" of a notification, reached via longpress -->
109     <color name="notification_guts_bg_color">#eeeeee</color>
110     <color name="notification_guts_slider_color">@*android:color/material_deep_teal_500</color>
111     <color name="notification_guts_disabled_slider_color">@*android:color/material_grey_300</color>
112     <color name="notification_guts_secondary_slider_color">#858383</color>
113     <color name="notification_guts_icon_tint">#8a000000</color>
114     <color name="notification_guts_disabled_icon_tint">#4d000000</color>
115
116     <color name="assist_orb_color">#ffffff</color>
117
118     <color name="keyguard_user_switcher_background_gradient_color">#77000000</color>
119
120     <!-- The color of the navigation bar icons. Need to be in sync with ic_sysbar_* -->
121     <color name="navigation_bar_icon_color">#E5FFFFFF</color>
122
123     <!-- Shadow color for the first pixels around the fake shadow for recents. -->
124     <color name="fake_shadow_start_color">#44000000</color>
125
126     <!-- Shadow color for the furthest pixels around the fake shadow for recents. -->
127     <color name="fake_shadow_end_color">#03000000</color>
128
129     <color name="screen_pinning_nav_icon_highlight_outer">#4080cbc4</color><!-- 25% deep teal 200 -->
130     <color name="screen_pinning_request_bg">#ff009688</color><!-- deep teal 500 -->
131     <color name="screen_pinning_request_window_bg">#80000000</color>
132
133     <color name="segmented_buttons_background">#14FFFFFF</color><!-- 8% white -->
134     <color name="segmented_button_selected">#FFFFFFFF</color>
135     <color name="segmented_button_unselected">#FFB0BEC5</color><!-- blue grey 200 -->
136
137     <color name="dark_mode_icon_color_single_tone">#99000000</color>
138     <color name="dark_mode_icon_color_dual_tone_background">#3d000000</color>
139     <color name="dark_mode_icon_color_dual_tone_fill">#7a000000</color>
140
141     <color name="light_mode_icon_color_single_tone">#ffffff</color>
142     <color name="light_mode_icon_color_dual_tone_background">#4dffffff</color>
143     <color name="light_mode_icon_color_dual_tone_fill">#ffffff</color>
144
145     <color name="zen_introduction_message_background">#ff009688</color><!-- deep teal 500 -->
146     <color name="volume_icon_color">#ffffffff</color>
147     <color name="volume_settings_icon_color">#7fffffff</color>
148     <color name="volume_slider_inactive">#FFB0BEC5</color><!-- blue grey 200 -->
149
150     <color name="fab_ripple">#1fffffff</color><!-- 12% white -->
151     <color name="fab_shape">#ff009688</color><!-- Teal 500 -->
152
153     <color name="docked_divider_background">#ff000000</color>
154     <color name="docked_divider_handle">#ffffff</color>
155     <drawable name="forced_resizable_background">#59000000</drawable>
156     <color name="minimize_dock_shadow_start">#60000000</color>
157     <color name="minimize_dock_shadow_end">#00000000</color>
158
159     <color name="default_remote_input_background">@*android:color/notification_default_color</color>
160     <color name="remote_input_text_enabled">#ffffffff</color>
161     <color name="remote_input_hint">#99ffffff</color>
162
163     <color name="remote_input_accent">#eeeeee</color>
164
165     <color name="qs_tile_tint_unavailable">#40ffffff</color>
166     <color name="qs_tile_tint_inactive">#4dffffff</color>
167     <color name="qs_tile_tint_active">#ffffffff</color>
168
169     <color name="switch_bar_background">#ff37474f</color>
170     <color name="switch_accent_color">#ff7fcac3</color>
171
172     <!-- Keyboard shortcuts colors -->
173     <color name="ksh_system_group_color">@color/material_deep_teal_500</color>
174     <color name="ksh_application_group_color">#fff44336</color>
175     <color name="ksh_keyword_color">#d9000000</color>
176     <color name="ksh_key_item_color">@color/material_grey_600</color>
177     <color name="ksh_key_item_background">@color/material_grey_100</color>
178
179     <!-- Background color of edit overflow -->
180     <color name="qs_edit_overflow_bg">#455A64</color>
181 </resources>