summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2015-07-28 22:54:51 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-07-28 22:54:51 +0000
commit687ae8483daad60dc60e884c031d2dd340ac7d4a (patch)
treea3aadd0257f1f6c1b74ca010ae471628965392d3 /res/values/config.xml
parent40e89c1a43daf94ec6495d71c1f0b5933b6c9d47 (diff)
parent946609f0ea70e1361dbe979af0e054d4c18b929b (diff)
downloadandroid_packages_apps_Trebuchet-687ae8483daad60dc60e884c031d2dd340ac7d4a.tar.gz
android_packages_apps_Trebuchet-687ae8483daad60dc60e884c031d2dd340ac7d4a.tar.bz2
android_packages_apps_Trebuchet-687ae8483daad60dc60e884c031d2dd340ac7d4a.zip
am 946609f0: Merge "Fixing overview mode scale calculations." into ub-launcher3-burnaby
* commit '946609f0ea70e1361dbe979af0e054d4c18b929b': Fixing overview mode scale calculations.
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 05a39c22f..0f18dffb8 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. -->