summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorPatrick Dubroy <dubroy@google.com>2010-08-04 16:02:59 -0700
committerPatrick Dubroy <dubroy@google.com>2010-08-04 18:00:58 -0700
commit7247f6315baf16eacb3286f21bd80321385c1def (patch)
tree6e0d6f5c0c0b5005ae40e6391f0df2ca9342ee02 /res
parent8335a24a6b7ae061e1f141dfa5ae20df64deb7cb (diff)
downloadandroid_packages_apps_Trebuchet-7247f6315baf16eacb3286f21bd80321385c1def.tar.gz
android_packages_apps_Trebuchet-7247f6315baf16eacb3286f21bd80321385c1def.tar.bz2
android_packages_apps_Trebuchet-7247f6315baf16eacb3286f21bd80321385c1def.zip
Move all apps to the new animation framework, and some other all apps changes
Change-Id: Ib4c827966423d76e62db24036bbca0cd6ee46b95
Diffstat (limited to 'res')
-rw-r--r--res/layout-xlarge/all_apps_tabbed.xml2
-rw-r--r--res/values-xlarge/config.xml18
2 files changed, 19 insertions, 1 deletions
diff --git a/res/layout-xlarge/all_apps_tabbed.xml b/res/layout-xlarge/all_apps_tabbed.xml
index a5f3d6ff2..c772706c4 100644
--- a/res/layout-xlarge/all_apps_tabbed.xml
+++ b/res/layout-xlarge/all_apps_tabbed.xml
@@ -38,7 +38,7 @@
android:drawSelectorOnTop="false"
android:listSelector="@drawable/grid_selector"
android:verticalSpacing="10dip"
- android:numColumns="4"
+ android:numColumns="8"
android:fadingEdgeLength="0dip"
android:cacheColorHint="#00000000"
android:layout_width="match_parent"
diff --git a/res/values-xlarge/config.xml b/res/values-xlarge/config.xml
new file mode 100644
index 000000000..2f94c4044
--- /dev/null
+++ b/res/values-xlarge/config.xml
@@ -0,0 +1,18 @@
+<resources>
+ <!-- Duration in milliseconds of the all apps zoom-in animation. -->
+ <!-- NB: This should be less than the workspaceShrinkTime as they happen together. -->
+ <integer name="config_allAppsZoomInTime">350</integer>
+
+ <!-- Duration in milliseconds of the all apps zoom-out animation -->
+ <!-- NB: This should be less than the workspaceUnshrinkTime as they happen together. -->
+ <integer name="config_allAppsZoomOutTime">350</integer>
+
+ <!-- Scaling factor used in the all apps zooming animations -->
+ <integer name="config_allAppsZoomScaleFactor">5</integer>
+
+ <!-- Duration in milliseconds of the workspace shrink animation -->
+ <integer name="config_workspaceShrinkTime">700</integer>
+
+ <!-- Duration in milliseconds of the workspace unshrink animation -->
+ <integer name="config_workspaceUnshrinkTime">700</integer>
+</resources> \ No newline at end of file