OSDN Git Service

Eleven: Add a lot of the styling/colors to the Eleven app
[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
33     <!-- Transparent black -->
34     <color name="transparent_black">#99000000</color>
35
36     <!-- Transparent white -->
37     <color name="transparent_white">#ffcccccc</color>
38
39     <!-- A darkish color used for the action bar -->
40     <color name="action_bar_color">#ff0d0d0d</color>
41
42     <!-- A light, Holo shade of blue -->
43     <color name="holo_blue_light">#ff33b5e5</color>
44
45     <!-- A light, transparent Holo shade of blue -->
46     <color name="holo_blue_light_transparent">#9933b5e5</color>
47
48     <!-- A light Holo shade of green -->
49     <color name="holo_green_light">#ff99cc00</color>
50
51     <!-- A light Holo shade of red -->
52     <color name="holo_red_light">#ffff4444</color>
53
54     <!-- A Holo shade of purple -->
55     <color name="holo_purple">#ffaa66cc</color>
56
57     <!-- A light Holo shade of orange -->
58     <color name="holo_orange_light">#ffffbb33</color>
59
60     <!-- A dark Holo shade of orange -->
61     <color name="holo_orange_dark">#ffff8800</color>
62
63     <!-- Color for the action bar -->
64     <color name="header_action_bar_color">#ff31353f</color>
65     <color name="header_action_bar_text_color">@color/white</color>
66     <color name="bottom_action_bar_text_color">@color/white</color>
67
68
69     <!-- Color for the audio player fragment text -->
70     <color name="audio_player_text_color">@color/default_text_color</color>
71
72     <!-- Color for the pop up menu -->
73     <color name="menu_divider_color">#4ca19d9e</color>
74     <color name="menu_text_color">@color/white</color>
75
76     <!-- List view related colors -->
77     <color name="list_item_background">#4ce4e9ed</color>
78     <color name="list_item_header_text_color">#ff3d4049</color>
79     <color name="list_item_text_color">@color/default_text_color</color>
80     <color name="list_item_divider_color">#4c231f20</color>
81
82     <!-- Top title page colors -->
83     <color name="tpi_background_color">#fff4f4f4</color>
84     <color name="tpi_text_color">#bf3d4049</color>
85     <color name="tpi_selected_text_color">#bf3d4049</color>
86
87
88 </resources>