Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 954966bc authored by Winson Chung's avatar Winson Chung Committed by Android Git Automerger
Browse files

am 2c130e1f: Reducing workspace grid for dogfooding.

* commit '2c130e1f':
  Reducing workspace grid for dogfooding.
parents 2e06b6da 2c130e1f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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));