From 86e2ac3bb6119d730521ac8ff5cab11d77ee28e1 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-land/launcher.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'res/layout-land') diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml index 3666b5986..f76ae0dde 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" />