colors.xml revision a38b427a7a6d2658dc3e3083bc6c263a3d4d7af3
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3/* //device/apps/common/assets/res/any/colors.xml
4**
5** Copyright 2006, The Android Open Source Project
6**
7** Licensed under the Apache License, Version 2.0 (the "License"); 
8** you may not use this file except in compliance with the License. 
9** You may obtain a copy of the License at 
10**
11**     http://www.apache.org/licenses/LICENSE-2.0 
12**
13** Unless required by applicable law or agreed to in writing, software 
14** distributed under the License is distributed on an "AS IS" BASIS, 
15** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
16** See the License for the specific language governing permissions and 
17** limitations under the License.
18*/
19-->
20<resources>
21	<drawable name="screen_background_light">#ffffffff</drawable>
22	<drawable name="screen_background_dark">#ff1a1a1a</drawable>
23    <drawable name="status_bar_closed_default_background">#ff000000</drawable>
24    <drawable name="status_bar_opened_default_background">#ff000000</drawable>
25    <drawable name="search_bar_default_color">#ff000000</drawable>
26    <drawable name="safe_mode_background">#60000000</drawable>
27    <color name="safe_mode_text">#80ffffff</color>
28    <color name="white">#ffffffff</color>
29    <color name="black">#ff000000</color>
30    <color name="transparent">#00000000</color>
31    <color name="background_dark">#ff1a1a1a</color>
32    <color name="bright_foreground_dark">#ffffffff</color>
33    <color name="bright_foreground_dark_disabled">#80ffffff</color>
34    <color name="bright_foreground_dark_inverse">#ff000000</color>
35    <color name="dim_foreground_dark">#bebebe</color>
36    <color name="dim_foreground_dark_disabled">#80bebebe</color>
37    <color name="dim_foreground_dark_inverse">#323232</color>
38    <color name="dim_foreground_dark_inverse_disabled">#80323232</color>
39    <color name="hint_foreground_dark">#808080</color>
40    <color name="background_light">#ffffffff</color>
41    <color name="bright_foreground_light">#ff000000</color>
42    <color name="bright_foreground_light_inverse">#ffffffff</color>
43    <color name="bright_foreground_light_disabled">#80000000</color>
44    <color name="dim_foreground_light">#323232</color>
45    <color name="dim_foreground_light_disabled">#80323232</color>
46    <color name="dim_foreground_light_inverse">#bebebe</color>
47    <color name="dim_foreground_light_inverse_disabled">#80bebebe</color>
48    <color name="hint_foreground_light">#808080</color>
49
50    <drawable name="stat_notify_sync_noanim">@drawable/stat_notify_sync_anim0</drawable>
51    <drawable name="stat_sys_download_done">@drawable/stat_sys_download_anim0</drawable>
52    <drawable name="stat_sys_upload_done">@drawable/stat_sys_upload_anim0</drawable>
53    <drawable name="dialog_frame">@drawable/panel_background</drawable>
54    <drawable name="alert_dark_frame">@drawable/popup_full_dark</drawable>
55    <drawable name="alert_light_frame">@drawable/popup_full_bright</drawable>
56    <drawable name="menu_frame">@drawable/menu_background</drawable>
57    <drawable name="menu_full_frame">@drawable/menu_background_fill_parent_width</drawable>
58    <drawable name="editbox_dropdown_dark_frame">@drawable/editbox_dropdown_background_dark</drawable>
59    <drawable name="editbox_dropdown_light_frame">@drawable/editbox_dropdown_background</drawable>
60    
61    <drawable name="input_method_fullscreen_background">#ffffffff</drawable>
62    
63    <!-- For date picker widget -->
64    <drawable name="selected_day_background">#ff0092f4</drawable>
65  
66    <!-- For settings framework -->
67    <color name="lighter_gray">#ddd</color>
68    <color name="darker_gray">#aaa</color>
69
70    <!-- For security permissions -->
71    <color name="perms_dangerous_grp_color">#ffd57e</color>
72    <color name="perms_dangerous_perm_color">#ddb66a</color>
73    <color name="perms_normal_grp_color">#eeeeee</color>
74    <color name="perms_normal_perm_color">#c0c0c0</color>
75    
76    <!-- For search-related UIs -->
77    <color name="search_url_text">#7fa87f</color>
78
79</resources>
80
81