summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
blob: e14fbfe37a283b0c3bc4d9df0af6a421c8fab2c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="utf-8"?>
<!--
/* //device/apps/common/assets/res/any/colors.xml
**
** Copyright 2008, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License"); 
** you may not use this file except in compliance with the License. 
** You may obtain a copy of the License at 
**
**     http://www.apache.org/licenses/LICENSE-2.0 
**
** Unless required by applicable law or agreed to in writing, software 
** distributed under the License is distributed on an "AS IS" BASIS, 
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
** See the License for the specific language governing permissions and 
** limitations under the License.
*/
-->
<resources>
    <!-- The color tints to apply to the text and drag view when hovering
         over the delete target or the info target -->
    <color name="delete_target_hover_tint">#A5FF0000</color>
    <color name="info_target_hover_tint">#A50000FE</color>

    <color name="window_background">#FF191919</color>
    <color name="grid_dark_background">#EB191919</color>     
    <color name="bubble_dark_background">#20000000</color>

    <color name="appwidget_error_color">#FCCC</color>
    <color name="snag_callout_color">#F444</color>

    <color name="gesture_color">#ff0563c1</color>
    <color name="uncertain_gesture_color">#ff848484</color>

    <color name="dimmed_view_color">#FF7F7F7F</color>

    <color name="drag_outline_color">#6595f9</color>

    <color name="workspace_item_pressed_outline_color">#6595f9</color>
    <color name="workspace_item_pressed_glow_color">#0997ff</color>
    <color name="workspace_item_focused_outline_color">#6595f9</color>
    <color name="workspace_item_focused_glow_color">#0997ff</color>

    <color name="workspace_all_apps_and_delete_zone_text_color">#CCFFFFFF</color>
    <color name="workspace_all_apps_and_delete_zone_text_shadow_color">#A0000000</color>
    <color name="workspace_delete_zone_drag_text_color">#FFFF0000</color>
</resources>