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

Commit f488644c authored by Adam Cohen's avatar Adam Cohen Committed by Android Git Automerger
Browse files

am a4db090b: Merge "Adding specific buckets for N5 in dynamic grid. (Bug...

am a4db090b: Merge "Adding specific buckets for N5 in dynamic grid. (Bug 12604220)" into jb-ub-now-kermit

* commit 'a4db090b':
  Adding specific buckets for N5 in dynamic grid. (Bug 12604220)
parents 0d5de134 a4db090b
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -70,9 +70,11 @@ public class DynamicGrid {
        deviceProfiles.add(new DeviceProfile("Nexus S",
                296, 491.33f,  4, 4,  48, 13, (hasAA ? 5 : 5), 48));
        deviceProfiles.add(new DeviceProfile("Nexus 4",
                359, 518,  4, 4,  DEFAULT_ICON_SIZE_DP, 13, (hasAA ? 5 : 5), 56));
                335, 567,  4, 4,  DEFAULT_ICON_SIZE_DP, 13, (hasAA ? 5 : 5), 56));
        deviceProfiles.add(new DeviceProfile("Nexus 5",
                359, 567,  4, 4,  DEFAULT_ICON_SIZE_DP, 13, (hasAA ? 5 : 5), 56));
        deviceProfiles.add(new DeviceProfile("Large Phone",
                400, 680,  5, 5,  64, 14.4f,  5, 56));
                406, 694,  5, 5,  64, 14.4f,  5, 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",