From 2c130e1f293c67275d78c862e3240a47fea0e2e7 Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Tue, 19 Nov 2013 15:10:12 -0800 Subject: [PATCH] Reducing workspace grid for dogfooding. --- src/com/android/launcher3/DynamicGrid.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/android/launcher3/DynamicGrid.java b/src/com/android/launcher3/DynamicGrid.java index 42aa20d7df..ce7855362a 100644 --- a/src/com/android/launcher3/DynamicGrid.java +++ b/src/com/android/launcher3/DynamicGrid.java @@ -74,10 +74,10 @@ public class DynamicGrid { // The tablet profile is odd in that the landscape orientation // also includes the nav bar on the side deviceProfiles.add(new DeviceProfile("Nexus 7", - 575, 904, 6, 6, 72, 14.4f, 7, 60)); + 575, 904, 5, 5, 72, 14.4f, 7, 60)); // Larger tablet profiles always have system bars on the top & bottom deviceProfiles.add(new DeviceProfile("Nexus 10", - 727, 1207, 5, 8, 80, 14.4f, 9, 64)); + 727, 1207, 5, 5, 80, 14.4f, 7, 64)); /* deviceProfiles.add(new DeviceProfile("Nexus 7", 600, 960, 5, 5, 72, 14.4f, 5, 60));