summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2013-01-10 23:21:44 -0800
committerSteve Kondik <shade@chemlab.org>2013-01-10 23:21:44 -0800
commitb65efc819a4c04316c50d659bd652835774f81af (patch)
treea23ae6457dad38133ebeee687e03491fdaec2583
parent3589fcae53855e24d7b10832e8a54cb06db8cf0c (diff)
downloadandroid_packages_apps_Trebuchet-b65efc819a4c04316c50d659bd652835774f81af.tar.gz
android_packages_apps_Trebuchet-b65efc819a4c04316c50d659bd652835774f81af.tar.bz2
android_packages_apps_Trebuchet-b65efc819a4c04316c50d659bd652835774f81af.zip
Set default workspace transition to ZoomIn
* Because it obviously pwns the rest of them. Change-Id: I1e4a2153778d5426cc1f80527a7e1ddc1af3e409
-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 1f875326c..570582534 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -37,7 +37,7 @@
<!-- Whether or not the drop targets drop down as opposed to fade in -->
<bool name="config_useDropTargetDownTransition">true</bool>
<!-- Which default transition effect to use on the workspace -->
- <string name="config_workspaceDefaultTransitionEffect">Tablet</string>
+ <string name="config_workspaceDefaultTransitionEffect">ZoomIn</string>
<!-- Whether or not to fade the side pages -->
<bool name="config_workspaceDefualtFadeInAdjacentScreens">false</bool>
<!-- Whether to show outlines on the screens when scrolling -->