summaryrefslogtreecommitdiffstats
path: root/res/values-sw600dp
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2013-06-06 21:27:03 -0700
committerAdam Cohen <adamcohen@google.com>2013-06-06 21:28:57 -0700
commitf0f4eda31841f41d892bf18847c1acdc45d2cd64 (patch)
tree591b09ebbd03d34bf8a60e99cf60c4f5a32f9620 /res/values-sw600dp
parente441bbc7d2baee03e96897b80f55db5ce2aa7e1f (diff)
downloadandroid_packages_apps_Trebuchet-f0f4eda31841f41d892bf18847c1acdc45d2cd64.tar.gz
android_packages_apps_Trebuchet-f0f4eda31841f41d892bf18847c1acdc45d2cd64.tar.bz2
android_packages_apps_Trebuchet-f0f4eda31841f41d892bf18847c1acdc45d2cd64.zip
Making folders scrollable
Change-Id: Id6c9ec62acc6d86dc627d20abad3e2d92010f539
Diffstat (limited to 'res/values-sw600dp')
-rw-r--r--res/values-sw600dp/config.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/res/values-sw600dp/config.xml b/res/values-sw600dp/config.xml
index fe8827418..d657d4311 100644
--- a/res/values-sw600dp/config.xml
+++ b/res/values-sw600dp/config.xml
@@ -11,12 +11,12 @@
<!-- DragController -->
<integer name="config_flingToDeleteMinVelocity">-1000</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. -->
+<!-- Folder max bounds and max number of items. Note: folder_max_count_x * folder_max_count_y
+ >= folder_max_num_items. If any values are set to 0, the values will be determined automatically.
+ A value of -1 indicates unbounded -->
<integer name="folder_max_count_x">6</integer>
- <integer name="folder_max_count_y">6</integer>
- <integer name="folder_max_num_items">36</integer>
+ <integer name="folder_max_count_y">-1</integer>
+ <integer name="folder_max_num_items">-1</integer>
<!-- Camera distance for the overscroll effect. We use a higher value here because the
workspace screens run nearly flush to the edge of the screen-->