summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2011-05-13 20:57:39 -0700
committerAdam Cohen <adamcohen@google.com>2011-05-16 17:17:27 -0700
commit2801cafe62653131fdc9da402e5c44e5ffd0bf47 (patch)
tree68c8a5fa2a77cfc1cee158f3cbc804ad4d61c7c3 /res/values
parentb3715fe227dfaafa66479228276ef0329925085f (diff)
downloadandroid_packages_apps_Trebuchet-2801cafe62653131fdc9da402e5c44e5ffd0bf47.tar.gz
android_packages_apps_Trebuchet-2801cafe62653131fdc9da402e5c44e5ffd0bf47.tar.bz2
android_packages_apps_Trebuchet-2801cafe62653131fdc9da402e5c44e5ffd0bf47.zip
Shrink-wrapped folders
Change-Id: Ida1b5d0bd4d39eabfde9f8a5bee0d4b6e9b33627
Diffstat (limited to 'res/values')
-rw-r--r--res/values/config.xml2
-rw-r--r--res/values/dimens.xml4
2 files changed, 5 insertions, 1 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 0aa1ee49e..1cc019b75 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -56,7 +56,7 @@
<integer name="config_dropAnimMaxDuration">400</integer>
<!-- The duration of the UserFolder opening and closing animation -->
- <integer name="config_folderAnimDuration">150</integer>
+ <integer name="config_folderAnimDuration">100</integer>
<!-- The distance at which the animation should take the max duration -->
<integer name="config_dropAnimMaxDist">800</integer>
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 62e55d2e2..99b124097 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -67,4 +67,8 @@
the drag view should be offset from the position of the original view. -->
<dimen name="dragViewOffsetX">0dp</dimen>
<dimen name="dragViewOffsetY">-8dp</dimen>
+
+ <!-- Width/height gap overrides for the workspace -->
+ <dimen name="workspace_width_gap">-1dp</dimen>
+ <dimen name="workspace_height_gap">-1dp</dimen>
</resources>