summaryrefslogtreecommitdiffstats
path: root/res/values-sw720dp/config.xml
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2012-08-16 16:42:42 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-08-16 16:42:42 -0700
commit9d3bdf1b5085c2f683ab89d8c23c2e027f9777fe (patch)
tree54de3a43ee6ecac9325f43c1c26d2cfd89ae15c5 /res/values-sw720dp/config.xml
parent4d46224437caf1e65609b963c96640a889768012 (diff)
parente0d0b18de077233908da128d61c2b020f9ff527a (diff)
downloadandroid_packages_apps_Trebuchet-9d3bdf1b5085c2f683ab89d8c23c2e027f9777fe.tar.gz
android_packages_apps_Trebuchet-9d3bdf1b5085c2f683ab89d8c23c2e027f9777fe.tar.bz2
android_packages_apps_Trebuchet-9d3bdf1b5085c2f683ab89d8c23c2e027f9777fe.zip
am e0d0b18d: am 8e56a75d: Merge "Cleaning up folders for 7-inch and 10-inch UIs" into jb-mr1-dev
* commit 'e0d0b18de077233908da128d61c2b020f9ff527a': Cleaning up folders for 7-inch and 10-inch UIs
Diffstat (limited to 'res/values-sw720dp/config.xml')
-rw-r--r--res/values-sw720dp/config.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values-sw720dp/config.xml b/res/values-sw720dp/config.xml
index 1913d7482..76d7da73a 100644
--- a/res/values-sw720dp/config.xml
+++ b/res/values-sw720dp/config.xml
@@ -8,6 +8,13 @@
<!-- Out of 100, the percent to shrink the workspace during spring loaded mode. -->
<integer name="config_workspaceSpringLoadShrinkPercentage">90</integer>
+<!-- Folders -->
+ <!-- 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>
+
<!-- Workspace -->
<!-- Whether or not the drop targets drop down as opposed to fade in -->
<bool name="config_useDropTargetDownTransition">true</bool>