summaryrefslogtreecommitdiffstats
path: root/res/values-sw600dp/config.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-08-31 16:07:43 -0700
committerWinson Chung <winsonc@google.com>2011-08-31 16:07:43 -0700
commitc4540bd7ba6e426dee532d7f6183c75fc6329e38 (patch)
tree2b1e2f90c165524b778da3f375baf0db41c5e797 /res/values-sw600dp/config.xml
parent2e9f4fb38e833b18fe403da17b00f830d6a5e86c (diff)
downloadandroid_packages_apps_Trebuchet-c4540bd7ba6e426dee532d7f6183c75fc6329e38.tar.gz
android_packages_apps_Trebuchet-c4540bd7ba6e426dee532d7f6183c75fc6329e38.tar.bz2
android_packages_apps_Trebuchet-c4540bd7ba6e426dee532d7f6183c75fc6329e38.zip
Fixing incorrect resource overlay naming.
Change-Id: Iebb48a96835360d2a312aa8df8ac940d9a7e9be6
Diffstat (limited to 'res/values-sw600dp/config.xml')
-rw-r--r--res/values-sw600dp/config.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/res/values-sw600dp/config.xml b/res/values-sw600dp/config.xml
new file mode 100644
index 000000000..2a81e12a1
--- /dev/null
+++ b/res/values-sw600dp/config.xml
@@ -0,0 +1,22 @@
+<resources>
+ <bool name="config_largeHeap">true</bool>
+
+<!-- AllApps/Customize/AppsCustomize -->
+ <!-- Out of 100, the percent to shrink the workspace during spring loaded mode. -->
+ <integer name="config_workspaceSpringLoadShrinkPercentage">90</integer>
+
+<!-- Workspace -->
+ <!-- Whether or not the drop targets drop down as opposed to fade in -->
+ <bool name="config_useDropTargetDownTransition">true</bool>
+ <!-- Whether or not to fade the side pages -->
+ <bool name="config_workspaceFadeAdjacentScreens">true</bool>
+
+ <!-- When dragging items on the workspace, how much bigger (in pixels) the dragged view
+ should be, as compared to the original view. If 0, it will not be scaled at all.
+ Should be an even number, for pixel alignment. -->
+ <integer name="config_dragViewExtraPixels">0</integer>
+
+ <!-- When shrinking the workspace, this is the percentage of its original size. -->
+ <integer name="config_workspaceShrinkPercent">17</integer>
+
+</resources>