summaryrefslogtreecommitdiffstats
path: root/res/layout-land/launcher.xml
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2013-10-29 14:45:58 -0700
committerAdam Cohen <adamcohen@google.com>2013-10-31 14:34:19 -0700
commit3b185e2513bcc3318753c21d3909d8dab2291e31 (patch)
tree6a42033338cbc9af5558ab396b652bdc7c256cee /res/layout-land/launcher.xml
parentb88ae4158d42edac85616a8db1dbda11609b9237 (diff)
downloadandroid_packages_apps_Trebuchet-3b185e2513bcc3318753c21d3909d8dab2291e31.tar.gz
android_packages_apps_Trebuchet-3b185e2513bcc3318753c21d3909d8dab2291e31.tar.bz2
android_packages_apps_Trebuchet-3b185e2513bcc3318753c21d3909d8dab2291e31.zip
Fixing up PagedView to work in landscape mode
-> separated notion of page spacing and paged view padding -> always position the current page within the rect created by pagedview's viewport + padding -> space pages by a constant amount Change-Id: I6bb35f72f04543f83b51ef981f8c9ded051623ac
Diffstat (limited to 'res/layout-land/launcher.xml')
-rw-r--r--res/layout-land/launcher.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml
index 77ea2e9aa..5874c8081 100644
--- a/res/layout-land/launcher.xml
+++ b/res/layout-land/launcher.xml
@@ -37,7 +37,6 @@
android:layout_height="match_parent"
android:layout_gravity="center"
launcher:defaultScreen="@integer/config_workspaceDefaultScreen"
- launcher:pageSpacing="@dimen/workspace_page_spacing"
launcher:pageIndicator="@id/page_indicator" />
<include layout="@layout/hotseat"