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

Skip to content
Snippets Groups Projects
Commit 3abfd16e authored by Winson Chung's avatar Winson Chung
Browse files

Adding specific buckets for N5 in dynamic grid. (Bug 12604220)

Change-Id: I1fa62b7d16f557c7191fb1666d687b8784a88857
parent e6e0af03
Branches
No related tags found
No related merge requests found
...@@ -70,9 +70,11 @@ public class DynamicGrid { ...@@ -70,9 +70,11 @@ public class DynamicGrid {
deviceProfiles.add(new DeviceProfile("Nexus S", deviceProfiles.add(new DeviceProfile("Nexus S",
296, 491.33f, 4, 4, 48, 13, (hasAA ? 5 : 5), 48)); 296, 491.33f, 4, 4, 48, 13, (hasAA ? 5 : 5), 48));
deviceProfiles.add(new DeviceProfile("Nexus 4", 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", 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 // The tablet profile is odd in that the landscape orientation
// also includes the nav bar on the side // also includes the nav bar on the side
deviceProfiles.add(new DeviceProfile("Nexus 7", deviceProfiles.add(new DeviceProfile("Nexus 7",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment