blob: 2daf9fe123123d1f8dcb928cb7c3746a7cba6a4e [file] [log] [blame]
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001<?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>
Winson Chung4c98d922011-05-31 16:50:48 -070021 <!-- The color tints to apply to the text and drag view when hovering
22 over the delete target or the info target -->
Winson Chung967289b2011-06-30 18:09:30 -070023 <color name="delete_target_hover_tint">#DAFF0000</color>
24 <color name="info_target_hover_tint">#DA0099CC</color>
Sunny Goyalf8763012014-09-23 16:22:10 -070025 <color name="cling_scrim_background">#80000000</color>
Winson Chung4c98d922011-05-31 16:50:48 -070026
Winson Chung656d11c2010-11-29 17:15:47 -080027 <color name="bubble_dark_background">#20000000</color>
Sunny Goyaldcbcc862014-08-12 15:58:36 -070028 <color name="focused_background">#80c6c5c5</color>
The Android Open Source Project31dd5032009-03-03 19:32:27 -080029
Romain Guy73b979d2009-06-09 12:57:21 -070030 <color name="appwidget_error_color">#FCCC</color>
Joe Onorato37265ef2010-10-07 11:44:33 -040031
Andrew Flynn0dca1ec2012-02-29 13:33:22 -080032 <color name="workspace_icon_text_color">#FFF</color>
Winson Chungc58497e2013-09-03 17:48:37 -070033
Adam Cohen96bb7982014-07-07 11:58:56 -070034 <color name="quantum_panel_text_color">#FF666666</color>
35 <color name="quantum_panel_text_shadow_color">#FFC4C4C4</color>
Adam Cohen410f3cd2013-09-22 12:09:32 -070036 <color name="outline_color">#FFFFFFFF</color>
Adam Cohen4e243a22014-08-10 18:30:55 -070037 <color name="widget_text_panel">#FF374248</color>
38
The Android Open Source Project31dd5032009-03-03 19:32:27 -080039</resources>