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/hotseat.xml | 2 +- res/layout-port/launcher.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'res/layout-port') diff --git a/res/layout-port/hotseat.xml b/res/layout-port/hotseat.xml index 035d958..b937043 100644 --- a/res/layout-port/hotseat.xml +++ b/res/layout-port/hotseat.xml @@ -17,7 +17,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher" android:background="@drawable/hotseat_bg_panel" - launcher:cellCountX="5" + launcher:cellCountX="@integer/hotseat_cell_count" launcher:cellCountY="1"> -- cgit v1.1