summaryrefslogtreecommitdiffstats
path: root/res/values-sw600dp/config.xml
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-sw600dp/config.xml
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-sw600dp/config.xml')
-rw-r--r--res/values-sw600dp/config.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values-sw600dp/config.xml b/res/values-sw600dp/config.xml
index 2a81e12a1..7a0789839 100644
--- a/res/values-sw600dp/config.xml
+++ b/res/values-sw600dp/config.xml
@@ -19,4 +19,9 @@
<!-- When shrinking the workspace, this is the percentage of its original size. -->
<integer name="config_workspaceShrinkPercent">17</integer>
+ <!-- Folder max bounds and max number of items. Note: folder_max_count_x * folder_max_count_y
+ >= folder_max_num_items. When these are set to -1, they are automatically determined. -->
+ <integer name="folder_max_count_x">-1</integer>
+ <integer name="folder_max_count_y">-1</integer>
+ <integer name="folder_max_num_items">-1</integer>
</resources>