From 3b185e2513bcc3318753c21d3909d8dab2291e31 Mon Sep 17 00:00:00 2001 From: Adam Cohen Date: Tue, 29 Oct 2013 14:45:58 -0700 Subject: 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 --- res/layout-sw720dp/launcher.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'res/layout-sw720dp') diff --git a/res/layout-sw720dp/launcher.xml b/res/layout-sw720dp/launcher.xml index 951e63a39..7dac2718c 100644 --- a/res/layout-sw720dp/launcher.xml +++ b/res/layout-sw720dp/launcher.xml @@ -36,7 +36,6 @@ android:layout_width="match_parent" android:layout_height="match_parent" launcher:defaultScreen="@integer/config_workspaceDefaultScreen" - launcher:pageSpacing="@dimen/workspace_page_spacing" launcher:pageIndicator="@id/page_indicator"> -- cgit v1.2.3