diff options
author | Adam Cohen <adamcohen@google.com> | 2010-10-05 12:27:22 -0700 |
---|---|---|
committer | Adam Cohen <adamcohen@google.com> | 2010-10-05 14:08:00 -0700 |
commit | 9c4949e12c909d5e01d24386147b1c528015b31b (patch) | |
tree | 2ab81228507c4c1fcbfcac98fc8369ccaaa836bf /res/layout-xlarge | |
parent | 67f7f43f54613aeeccc37d5920014515eb765d59 (diff) | |
download | packages_apps_trebuchet-9c4949e12c909d5e01d24386147b1c528015b31b.zip packages_apps_trebuchet-9c4949e12c909d5e01d24386147b1c528015b31b.tar.gz packages_apps_trebuchet-9c4949e12c909d5e01d24386147b1c528015b31b.tar.bz2 |
->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.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout-xlarge/launcher.xml b/res/layout-xlarge/launcher.xml index 2b43442..65f29df 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" /> |