summaryrefslogtreecommitdiffstats
path: root/res/values-land
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-07-11 15:20:48 -0700
committerWinson Chung <winsonc@google.com>2011-07-12 16:04:46 -0700
commita62e9fd95ae10cff4676f2cc1f4d68334ca27a0b (patch)
treedb42f288a740bbaaf689f070e0aff66367be10de /res/values-land
parentfe63476a2d0b12dfc692c425d1c6cdbb41774ef0 (diff)
downloadandroid_packages_apps_Trebuchet-a62e9fd95ae10cff4676f2cc1f4d68334ca27a0b.tar.gz
android_packages_apps_Trebuchet-a62e9fd95ae10cff4676f2cc1f4d68334ca27a0b.tar.bz2
android_packages_apps_Trebuchet-a62e9fd95ae10cff4676f2cc1f4d68334ca27a0b.zip
Cleaning up some drop-target issues.
- Setting text color during drag over transitions - Fixing regression in drop target padding = Using old drop-down animation where possible Change-Id: Ia1c5ec9e58fc734d28133349d9920d123ed71ae6
Diffstat (limited to 'res/values-land')
-rw-r--r--res/values-land/config.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values-land/config.xml b/res/values-land/config.xml
new file mode 100644
index 000000000..adbc015b5
--- /dev/null
+++ b/res/values-land/config.xml
@@ -0,0 +1,5 @@
+<resources>
+<!-- Workspace -->
+ <!-- Whether or not the drop targets drop down as opposed to fade in -->
+ <bool name="config_useDropTargetDownTransition">false</bool>
+</resources>