From 557d6ed50cc6560163440aa134870ef0bb11415b Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Fri, 8 Jul 2011 15:34:52 -0700 Subject: Fixing issues with spring loaded adding. - Delaying until items are added - Showing bg when going into spring loaded mode - Fixing regression where dropping widgets on full page would not trigger a notification - Fixing regression on tablet where pages were no longer being rotated or shown Change-Id: Iadc0c406f0c065c5029addea1abfee395eed81b9 --- res/layout-port/apps_customize_application.xml | 32 ++++++++++++++++++++++++++ res/layout-port/launcher.xml | 3 ++- 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 res/layout-port/apps_customize_application.xml (limited to 'res/layout-port') diff --git a/res/layout-port/apps_customize_application.xml b/res/layout-port/apps_customize_application.xml new file mode 100644 index 000000000..37b41851f --- /dev/null +++ b/res/layout-port/apps_customize_application.xml @@ -0,0 +1,32 @@ + + + + diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml index db074d758..73051babc 100644 --- a/res/layout-port/launcher.xml +++ b/res/layout-port/launcher.xml @@ -29,7 +29,8 @@ android:layout_height="match_parent" launcher:defaultScreen="2" launcher:cellCountX="4" - launcher:cellCountY="4"> + launcher:cellCountY="4" + launcher:pageSpacing="@dimen/workspace_page_spacing"> -- cgit v1.2.3