1<?xml version="1.0" encoding="utf-8"?>
2<!--
3/* //device/apps/common/assets/res/any/colors.xml
4**
5** Copyright 2008, 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 xmlns:android="http://schemas.android.com/apk/res/android"
21    xmlns:androidprv="http://schemas.android.com/apk/prv/res/android">
22    <!-- The color tints to apply to the text and drag view when hovering
23         over the delete target or the info target -->
24    <color name="delete_target_hover_tint">#FFC1C1C1</color>
25    <color name="uninstall_target_hover_tint">#FFF0592B</color>
26
27    <color name="focused_background">#80c6c5c5</color>
28
29    <color name="default_shadow_color_no_alpha">#FF000000</color>
30
31    <color name="spring_loaded_panel_color">#40FFFFFF</color>
32    <color name="spring_loaded_highlighted_panel_border_color">#FFF</color>
33
34    <!-- Popup container -->
35    <color name="notification_icon_default_color">#757575</color> <!-- Gray 600 -->
36
37    <color name="icon_background">#E0E0E0</color> <!-- Gray 300 -->
38
39    <color name="popup_color_primary_light">#FFF</color>
40    <color name="popup_color_secondary_light">#F1F3F4</color>
41    <color name="popup_color_tertiary_light">#E0E0E0</color> <!-- Gray 300 -->
42    <color name="popup_color_neutral_dark">#3C4043</color> <!-- Gray 800 -->
43    <color name="popup_color_primary_dark">#3C4043</color> <!-- Gray 800 -->
44    <color name="popup_color_secondary_dark">#202124</color>
45    <color name="popup_color_tertiary_dark">#757575</color> <!-- Gray 600 -->
46
47    <color name="popup_shade_first_light">#F9F9F9</color>
48    <color name="popup_shade_second_light">#F1F1F1</color>
49    <color name="popup_shade_third_light">#E2E2E2</color>
50    <color name="popup_shade_first_dark">#303030</color>
51    <color name="popup_shade_second_dark">#262626</color>
52    <color name="popup_shade_third_dark">#1B1B1B</color>
53
54    <color name="popup_notification_dot_light">#FFF</color>
55    <color name="popup_notification_dot_dark">#757575</color>
56
57    <color name="workspace_text_color_light">#FFF</color>
58    <color name="workspace_text_color_dark">#FF000000</color>
59
60    <color name="folder_hint_text_color_light">#FFF</color>
61    <color name="folder_hint_text_color_dark">#FF000000</color>
62
63    <color name="folder_background_light">#F9F9F9</color>
64    <color name="folder_background_dark">#464746</color>
65
66    <color name="folder_preview_light">#F9F9F9</color>
67    <color name="folder_preview_dark">#464746</color>
68
69    <color name="folder_dot_color">?attr/colorPrimary</color>
70    <color name="folder_pagination_color_light">#ff006c5f</color>
71    <color name="folder_pagination_color_dark">#ffbfebe3</color>
72
73    <color name="text_color_primary_dark">#FFFFFFFF</color>
74    <color name="text_color_secondary_dark">#FFFFFFFF</color>
75    <color name="text_color_tertiary_dark">#CCFFFFFF</color>
76
77    <color name="wallpaper_popup_scrim">?android:attr/colorAccent</color>
78    <color name="wallpaper_scrim_color">#0D878787</color>
79
80    <color name="workspace_accent_color_light">#ff8df5e3</color>
81    <color name="workspace_accent_color_dark">#ff3d665f</color>
82</resources>
83