summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2015-07-28 22:38:14 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-07-28 22:38:14 +0000
commit946609f0ea70e1361dbe979af0e054d4c18b929b (patch)
tree798aa4ab65a0f545d13da9ee1c02e07f3c8d7cc5 /res
parentd30e845d89a069a8c1ee687791030e8e981170b3 (diff)
parent4f7eb4077e901a28b2b698060079292b56e991bd (diff)
downloadandroid_packages_apps_Trebuchet-946609f0ea70e1361dbe979af0e054d4c18b929b.tar.gz
android_packages_apps_Trebuchet-946609f0ea70e1361dbe979af0e054d4c18b929b.tar.bz2
android_packages_apps_Trebuchet-946609f0ea70e1361dbe979af0e054d4c18b929b.zip
Merge "Fixing overview mode scale calculations." into ub-launcher3-burnaby
Diffstat (limited to 'res')
-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. -->