2009-03-03 19:32:27 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<!--
|
|
|
|
|
/* //device/apps/common/assets/res/any/colors.xml
|
|
|
|
|
**
|
|
|
|
|
** Copyright 2008, The Android Open Source Project
|
|
|
|
|
**
|
2016-07-18 16:35:10 -07:00
|
|
|
** 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
|
2009-03-03 19:32:27 -08:00
|
|
|
**
|
2016-07-18 16:35:10 -07:00
|
|
|
** http://www.apache.org/licenses/LICENSE-2.0
|
2009-03-03 19:32:27 -08:00
|
|
|
**
|
2016-07-18 16:35:10 -07:00
|
|
|
** 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
|
2009-03-03 19:32:27 -08:00
|
|
|
** limitations under the License.
|
|
|
|
|
*/
|
|
|
|
|
-->
|
|
|
|
|
<resources>
|
2011-05-31 16:50:48 -07:00
|
|
|
<!-- The color tints to apply to the text and drag view when hovering
|
|
|
|
|
over the delete target or the info target -->
|
2015-05-21 10:28:02 -07:00
|
|
|
<color name="delete_target_hover_tint">#FFC1C1C1</color>
|
|
|
|
|
<color name="uninstall_target_hover_tint">#FFF0592B</color>
|
2011-05-31 16:50:48 -07:00
|
|
|
|
2014-08-12 15:58:36 -07:00
|
|
|
<color name="focused_background">#80c6c5c5</color>
|
2009-03-03 19:32:27 -08:00
|
|
|
|
2017-02-10 16:52:16 -08:00
|
|
|
<color name="default_shadow_color_no_alpha">#FF000000</color>
|
2015-05-13 13:06:11 -07:00
|
|
|
|
2016-02-18 14:37:07 -08:00
|
|
|
<color name="spring_loaded_panel_color">#40FFFFFF</color>
|
|
|
|
|
<color name="spring_loaded_highlighted_panel_border_color">#FFF</color>
|
|
|
|
|
|
2017-05-09 19:23:47 -05:00
|
|
|
<!-- Popup container -->
|
2017-01-27 08:45:49 -08:00
|
|
|
<color name="notification_icon_default_color">#757575</color> <!-- Gray 600 -->
|
2017-03-20 17:12:24 -07:00
|
|
|
|
2017-04-10 14:05:34 -07:00
|
|
|
<color name="icon_background">#E0E0E0</color> <!-- Gray 300 -->
|
2017-04-11 17:26:50 -07:00
|
|
|
<color name="legacy_icon_background">#FFFFFF</color>
|
2017-06-11 01:11:48 -07:00
|
|
|
|
|
|
|
|
<color name="all_apps_bg_hand_fill">#E5E5E5</color>
|
2017-06-19 17:29:48 -07:00
|
|
|
<color name="all_apps_bg_hand_fill_dark">#9AA0A6</color>
|
2009-03-03 19:32:27 -08:00
|
|
|
</resources>
|