summaryrefslogtreecommitdiffstats
path: root/res/layout-xlarge
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2010-10-05 12:27:22 -0700
committerAdam Cohen <adamcohen@google.com>2010-10-05 14:08:00 -0700
commit9c4949e12c909d5e01d24386147b1c528015b31b (patch)
tree2ab81228507c4c1fcbfcac98fc8369ccaaa836bf /res/layout-xlarge
parent67f7f43f54613aeeccc37d5920014515eb765d59 (diff)
downloadandroid_packages_apps_Trebuchet-9c4949e12c909d5e01d24386147b1c528015b31b.tar.gz
android_packages_apps_Trebuchet-9c4949e12c909d5e01d24386147b1c528015b31b.tar.bz2
android_packages_apps_Trebuchet-9c4949e12c909d5e01d24386147b1c528015b31b.zip
->Added attribute to PagedView to specify spacing between
adjacent pages ->Fixing crash on phones Change-Id: I8ea97ce6d569c59b6d51b544dc10b0310d294b43
Diffstat (limited to 'res/layout-xlarge')
-rw-r--r--res/layout-xlarge/launcher.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout-xlarge/launcher.xml b/res/layout-xlarge/launcher.xml
index 2b434423d..65f29df00 100644
--- a/res/layout-xlarge/launcher.xml
+++ b/res/layout-xlarge/launcher.xml
@@ -37,7 +37,8 @@
android:paddingTop="?android:attr/actionBarSize"
launcher:defaultScreen="2"
launcher:cellCountX="8"
- launcher:cellCountY="7">
+ launcher:cellCountY="7"
+ launcher:pageSpacing="64dip">
<include android:id="@+id/cell1" layout="@layout/workspace_screen" />
<include android:id="@+id/cell2" layout="@layout/workspace_screen" />