From 0dca1ec41479a74f8da080224fa0c7eacab674d6 Mon Sep 17 00:00:00 2001 From: Andrew Flynn Date: Wed, 29 Feb 2012 13:33:22 -0800 Subject: New small/large screen division for Launcher. Previously the dp division between the two was set at 600dp (7" tablets). This has now been bumped up to 720dp (10" tablets). Change-Id: I1f0419e504fc3bb606156c1cf6fbe03956274184 --- res/layout-port/launcher.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'res/layout-port/launcher.xml') diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml index 062656fa2..a50b69686 100644 --- a/res/layout-port/launcher.xml +++ b/res/layout-port/launcher.xml @@ -47,8 +47,8 @@ android:paddingTop="@dimen/qsb_bar_height_inset" android:paddingBottom="@dimen/button_bar_height" launcher:defaultScreen="2" - launcher:cellCountX="4" - launcher:cellCountY="4" + launcher:cellCountX="@integer/cell_count_x" + launcher:cellCountY="@integer/cell_count_y" launcher:pageSpacing="@dimen/workspace_page_spacing" launcher:scrollIndicatorPaddingLeft="@dimen/workspace_divider_padding_left" launcher:scrollIndicatorPaddingRight="@dimen/workspace_divider_padding_right"> -- cgit v1.2.3