summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2015-07-10 18:00:48 -0700
committerWinson Chung <winsonc@google.com>2015-07-10 18:23:08 -0700
commit4f7eb4077e901a28b2b698060079292b56e991bd (patch)
tree570acbf776e1a1279d1c201fc1e12e2fe419f1b7 /res/values/config.xml
parent76648c58d5fe8e5c0695f865243d3f421c53a84d (diff)
downloadandroid_packages_apps_Trebuchet-4f7eb4077e901a28b2b698060079292b56e991bd.tar.gz
android_packages_apps_Trebuchet-4f7eb4077e901a28b2b698060079292b56e991bd.tar.bz2
android_packages_apps_Trebuchet-4f7eb4077e901a28b2b698060079292b56e991bd.zip
Fixing overview mode scale calculations.
- Making the overview scale apply just like the spring loaded scale factor - Tweaking overview scale to make it not so small Change-Id: If93bac08609b0cfd9c9d9f8f6057498957378b56
Diffstat (limited to 'res/values/config.xml')
-rw-r--r--res/values/config.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 73de79417..b2ba7a986 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -2,8 +2,6 @@
<!-- Dynamic Grid -->
<!-- Out of 100, the percent of space the overview bar should try and take vertically. -->
<integer name="config_dynamic_grid_overview_icon_zone_percentage">20</integer>
- <!-- Out of 100, the percent to shrink the workspace during overview mode. -->
- <integer name="config_dynamic_grid_overview_scale_percentage">80</integer>
<!-- Miscellaneous -->
<bool name="config_largeHeap">false</bool>
@@ -30,6 +28,8 @@
<!-- 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">70</integer>
<!-- Fade/zoom in/out duration & scale in a Launcher overlay transition.
Note: This should be less than the config_overlayTransitionTime as they happen together. -->