summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-05-21 10:28:02 -0700
committerSunny Goyal <sunnygoyal@google.com>2015-05-21 10:30:46 -0700
commit3a644ed1ce12554fcdf5c499e959bda986d10551 (patch)
treee02999e9e8078ac84bb3350701214eae9553d743 /res/values/colors.xml
parentc393b0765df8d2d34b3b996b71700a705b7d0106 (diff)
downloadandroid_packages_apps_Trebuchet-3a644ed1ce12554fcdf5c499e959bda986d10551.tar.gz
android_packages_apps_Trebuchet-3a644ed1ce12554fcdf5c499e959bda986d10551.tar.bz2
android_packages_apps_Trebuchet-3a644ed1ce12554fcdf5c499e959bda986d10551.zip
Using color filter when animating the drop target instead to TransitionDrawable
> No more flickering when crossfading between two bitmaps in small duration > Allows us to control the color directly without depending on the assets Change-Id: Ie7ed8bb94baf560e9b939cca624ed1bad457732c
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 1e89615af..a5db2fc40 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -20,9 +20,9 @@
<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">#DAC1C1C1</color>
- <color name="uninstall_target_hover_tint">#DAF0592B</color>
- <color name="info_target_hover_tint">#DA009688</color>
+ <color name="delete_target_hover_tint">#FFC1C1C1</color>
+ <color name="uninstall_target_hover_tint">#FFF0592B</color>
+ <color name="info_target_hover_tint">#FF009688</color>
<color name="cling_scrim_background">#80000000</color>
<color name="focused_background">#80c6c5c5</color>