OSDN Git Service

Eleven: add empty view to play queue
[android-x86/packages-apps-Eleven.git] / res / values / colors.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2012 Andrew Neal
3
4      Licensed under the Apache License, Version 2.0 (the "License");
5      you may not use this file except in compliance with the License.
6      You may obtain a copy of the License at
7
8           http://www.apache.org/licenses/LICENSE-2.0
9
10      Unless required by applicable law or agreed to in writing, software
11      distributed under the License is distributed on an "AS IS" BASIS,
12      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13      See the License for the specific language governing permissions and
14      limitations under the License.
15  -->
16 <resources>
17
18     <!-- light color -->
19     <color name="background_color">#ffe4e9ed</color>
20
21     <!-- See through -->
22     <color name="transparent">#00000000</color>
23
24     <!-- Black -->
25     <color name="black">#ff000000</color>
26
27     <!-- White -->
28     <color name="white">#ffffffff</color>
29
30     <!-- Standard Text Color -->
31     <color name="default_text_color">#cc231f20</color>
32     <color name="default_text_color_light">#bfffffff</color>
33
34     <!-- Transparent black -->
35     <color name="transparent_black">#99000000</color>
36
37     <!-- Transparent white -->
38     <color name="transparent_white">#ffcccccc</color>
39
40     <!-- A darkish color used for the action bar -->
41     <color name="action_bar_color">#ff0d0d0d</color>
42
43     <!-- A light, Holo shade of blue -->
44     <color name="holo_blue_light">#ff33b5e5</color>
45
46     <!-- A light, transparent Holo shade of blue -->
47     <color name="holo_blue_light_transparent">#9933b5e5</color>
48
49     <!-- A light Holo shade of green -->
50     <color name="holo_green_light">#ff99cc00</color>
51
52     <!-- A light Holo shade of red -->
53     <color name="holo_red_light">#ffff4444</color>
54
55     <!-- A Holo shade of purple -->
56     <color name="holo_purple">#ffaa66cc</color>
57
58     <!-- A light Holo shade of orange -->
59     <color name="holo_orange_light">#ffffbb33</color>
60
61     <!-- A dark Holo shade of orange -->
62     <color name="holo_orange_dark">#ffff8800</color>
63
64     <!-- Color for the action bar -->
65     <color name="header_action_bar_color">#ff31353f</color>
66     <color name="header_action_bar_text_color">@color/white</color>
67     <color name="bottom_action_bar_text_color">@color/default_text_color_light</color>
68
69     <!-- Background color used on some page headers -->
70     <color name="page_header_background">#fff4f4f4</color>
71
72     <!-- Color for background for shadow on playlist page -->
73     <color name="header_shadow_color">#ea31353f</color>
74
75     <!-- Color for the pop up menu -->
76     <color name="menu_divider_color">#4ca19d9e</color>
77     <color name="menu_text_color">@color/white</color>
78
79     <!-- List view related colors -->
80     <color name="smart_playlist_item_background">#1931353f</color>
81     <color name="list_item_background">#4ce4e9ed</color>
82     <color name="list_item_header_text_color">#ff3d4049</color>
83     <color name="list_item_search_footer_text_color">#ff41a4f4</color>
84     <color name="list_item_text_color">@color/default_text_color</color>
85     <color name="list_item_text_color_light">@color/default_text_color_light</color>
86     <color name="list_item_divider_color">#4c231f20</color>
87     <color name="grid_list_item_text_color">#cc231f20</color>
88
89     <!-- Top title page colors -->
90     <color name="tpi_background_color">#fff4f4f4</color>
91     <color name="tpi_text_color">#bf3d4049</color>
92     <color name="tpi_selected_text_color">#bf3d4049</color>
93
94     <!-- Search Colors -->
95     <color name="search_hint_color">#4cffffff</color>
96
97     <!-- Color for the text on the audio player -->
98     <color name="audio_player_text_color">@color/default_text_color_light</color>
99
100     <!-- Color for the Progress bar -->
101     <color name="circular_progress_bar_background">#bfababab</color>
102     <color name="circular_progress_bar">@color/white</color>
103
104     <!-- search no results text color -->
105     <color name="no_results">#ff231f20</color>
106     <color name="no_results_light">@color/white</color>
107 </resources>