summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2010-10-10 11:26:02 -0700
committerPatrick Dubroy <dubroy@google.com>2010-10-13 12:01:04 -0700
commit4be866d3a1665aa2098cb5d38d535b1ad1aab6d6 (patch)
tree2013e9ad151f31aecae8af27a0a213438549fdb2 /res/values/config.xml
parentb0b2e6f588367cf40a4270cca81af7d78f8e382e (diff)
downloadandroid_packages_apps_Trebuchet-4be866d3a1665aa2098cb5d38d535b1ad1aab6d6.tar.gz
android_packages_apps_Trebuchet-4be866d3a1665aa2098cb5d38d535b1ad1aab6d6.tar.bz2
android_packages_apps_Trebuchet-4be866d3a1665aa2098cb5d38d535b1ad1aab6d6.zip
fix 3029324: Implement new drag feedback
Add "shrinkwrap" icon outlines to visualize where the item will land
Diffstat (limited to 'res/values/config.xml')
-rw-r--r--res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index b6d503712..9dee154c0 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -23,5 +23,5 @@
<integer name="config_dragOutlineFadeTime">900</integer>
<!-- The alpha value at which to show the most recent drop visualization outline. -->
- <integer name="config_dragOutlineMaxAlpha">180</integer>
+ <integer name="config_dragOutlineMaxAlpha">128</integer>
</resources>