summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2013-09-22 12:09:32 -0700
committerAdam Cohen <adamcohen@google.com>2013-09-22 17:41:40 -0700
commit410f3cdfb4a8c2cf82749a3e73201fb7930540ae (patch)
tree76cce025d072353d887c499b17a09b4f13b48eda /res/values/config.xml
parente67ccac004416d78d37968f60fe68f3bac6d33c1 (diff)
downloadandroid_packages_apps_Trebuchet-410f3cdfb4a8c2cf82749a3e73201fb7930540ae.tar.gz
android_packages_apps_Trebuchet-410f3cdfb4a8c2cf82749a3e73201fb7930540ae.tar.bz2
android_packages_apps_Trebuchet-410f3cdfb4a8c2cf82749a3e73201fb7930540ae.zip
Getting the Overview Mode to look up to spec
-> New assets, text, fonts -> New spacing of pages (translated upwards) -> Updated outline color to white (the ones we're drawing) Change-Id: Ie664ac0598ae18b86ae6d54d1d6b497c13d2ee95
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 202764028..fa84b9bc6 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -17,7 +17,7 @@
<!-- Out of 100, the percent to shrink the workspace during spring loaded mode. -->
<integer name="config_workspaceSpringLoadShrinkPercentage">80</integer>
<!-- Out of 100, the percent to shrink the workspace during overview mode. -->
- <integer name="config_workspaceOverviewShrinkPercentage">50</integer>
+ <integer name="config_workspaceOverviewShrinkPercentage">58</integer>
<!-- Fade/zoom in/out duration & scale in the AllApps transition.
Note: This should be less than the workspaceShrinkTime as they happen together. -->