OSDN Git Service

Merge "Apollo: Update italian translation" into cm-10.1
[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     <!-- See through -->
19     <color name="transparent">#00000000</color>
20
21     <!-- Black -->
22     <color name="black">#ff000000</color>
23
24     <!-- White -->
25     <color name="white">#ffffffff</color>
26
27     <!-- Transparent black -->
28     <color name="transparent_black">#99000000</color>
29
30     <!-- Transparent white -->
31     <color name="transparent_white">#ffcccccc</color>
32
33     <!-- Dark transparent color -->
34     <color name="list_item_background">#c1000000</color>
35
36     <!-- A darkish color used for the action bar -->
37     <color name="action_bar_color">#ff0d0d0d</color>
38
39     <!-- A light, Holo shade of blue -->
40     <color name="holo_blue_light">#ff33b5e5</color>
41
42     <!-- A light, transparent Holo shade of blue -->
43     <color name="holo_blue_light_transparent">#9933b5e5</color>
44
45     <!-- A light Holo shade of green -->
46     <color name="holo_green_light">#ff99cc00</color>
47
48     <!-- A light Holo shade of red -->
49     <color name="holo_red_light">#ffff4444</color>
50
51     <!-- A Holo shade of purple -->
52     <color name="holo_purple">#ffaa66cc</color>
53
54     <!-- A light Holo shade of orange -->
55     <color name="holo_orange_light">#ffffbb33</color>
56
57     <!-- A dark Holo shade of orange -->
58     <color name="holo_orange_dark">#ffff8800</color>
59
60 </resources>