From bdb1d94027be015a077ca555f4143143c16052df Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Thu, 16 Jan 2014 14:03:55 -0800 Subject: Adding new bucket for inbetween phone-tablet layouts. (Bug 11993166) Change-Id: I01fc54be8059d4cd25ff465c70595683fc8ac019 --- src/com/android/launcher3/DynamicGrid.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/com/android/launcher3/DynamicGrid.java b/src/com/android/launcher3/DynamicGrid.java index 35ead46f1..2501f9f24 100644 --- a/src/com/android/launcher3/DynamicGrid.java +++ b/src/com/android/launcher3/DynamicGrid.java @@ -74,6 +74,8 @@ public class DynamicGrid { 296, 491.33f, 4, 4, (useLargeIcons ? 56 : 48), 13, (hasAA ? 5 : 5), (useLargeIcons ? 56 : 48))); deviceProfiles.add(new DeviceProfile("Nexus 4", 359, 518, 4, 4, (useLargeIcons ? DEFAULT_ICON_SIZE_DP : 52), 13, (hasAA ? 5 : 5), (useLargeIcons ? 56 : 48))); + deviceProfiles.add(new DeviceProfile("Large Phone", + 400, 680, 5, 5, (useLargeIcons ? 64 : 56), 14.4f, 5, (useLargeIcons ? 64 : 56))); // The tablet profile is odd in that the landscape orientation // also includes the nav bar on the side deviceProfiles.add(new DeviceProfile("Nexus 7", -- cgit v1.2.3