diff options
author | Adam Cohen <adamcohen@google.com> | 2011-11-15 17:10:00 -0800 |
---|---|---|
committer | Adam Cohen <adamcohen@google.com> | 2011-11-15 17:10:20 -0800 |
commit | 78dc83e875fdf541881cfb867ec38bee21d546e9 (patch) | |
tree | 75414000e07bec2079a1faaf9c6b7d52802b6a3e /res/values-land/config.xml | |
parent | 2cf7a80c87b07d2e729ef6c86d547a33b49db47d (diff) | |
download | packages_apps_trebuchet-78dc83e875fdf541881cfb867ec38bee21d546e9.zip packages_apps_trebuchet-78dc83e875fdf541881cfb867ec38bee21d546e9.tar.gz packages_apps_trebuchet-78dc83e875fdf541881cfb867ec38bee21d546e9.tar.bz2 |
Modifying portals in landscape on the phone UI
Change-Id: I4190b0e4958dfd0d59d943d9b4c4d6fd2e9303c0
Diffstat (limited to 'res/values-land/config.xml')
-rw-r--r-- | res/values-land/config.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values-land/config.xml b/res/values-land/config.xml index 121bb0c..fc20456 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> |