summaryrefslogtreecommitdiffstats
path: root/res/values-land
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2011-11-15 17:10:00 -0800
committerAdam Cohen <adamcohen@google.com>2011-11-15 17:10:20 -0800
commit78dc83e875fdf541881cfb867ec38bee21d546e9 (patch)
tree75414000e07bec2079a1faaf9c6b7d52802b6a3e /res/values-land
parent2cf7a80c87b07d2e729ef6c86d547a33b49db47d (diff)
downloadandroid_packages_apps_Trebuchet-78dc83e875fdf541881cfb867ec38bee21d546e9.tar.gz
android_packages_apps_Trebuchet-78dc83e875fdf541881cfb867ec38bee21d546e9.tar.bz2
android_packages_apps_Trebuchet-78dc83e875fdf541881cfb867ec38bee21d546e9.zip
Modifying portals in landscape on the phone UI
Change-Id: I4190b0e4958dfd0d59d943d9b4c4d6fd2e9303c0
Diffstat (limited to 'res/values-land')
-rw-r--r--res/values-land/config.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values-land/config.xml b/res/values-land/config.xml
index 121bb0c14..fc20456c3 100644
--- a/res/values-land/config.xml
+++ b/res/values-land/config.xml
@@ -20,4 +20,9 @@
<bool name="config_useDropTargetDownTransition">false</bool>
<!-- Whether or not to fade the side pages -->
<bool name="config_workspaceFadeAdjacentScreens">false</bool>
+
+ <!-- Folder max bounds and max number of items.
+ Note: folder_max_count_x * folder_max_count_y >= folder_max_num_items. -->
+ <integer name="folder_max_count_x">6</integer>
+ <integer name="folder_max_count_y">3</integer>
</resources>