Loading src/com/android/launcher3/DeviceProfile.java +2 −1 Original line number Diff line number Diff line Loading @@ -229,7 +229,8 @@ public class DeviceProfile { hotseatCellHeightPx = iconSizePx; // Folder folderCellWidthPx = cellWidthPx + 3 * edgeMarginPx; folderCellWidthPx = Math.min(cellWidthPx + 6 * edgeMarginPx, (availableWidthPx - 4 * edgeMarginPx) / inv.numFolderColumns); folderCellHeightPx = cellHeightPx + edgeMarginPx; folderBackgroundOffset = -edgeMarginPx; folderIconSizePx = iconSizePx + 2 * -folderBackgroundOffset; Loading Loading
src/com/android/launcher3/DeviceProfile.java +2 −1 Original line number Diff line number Diff line Loading @@ -229,7 +229,8 @@ public class DeviceProfile { hotseatCellHeightPx = iconSizePx; // Folder folderCellWidthPx = cellWidthPx + 3 * edgeMarginPx; folderCellWidthPx = Math.min(cellWidthPx + 6 * edgeMarginPx, (availableWidthPx - 4 * edgeMarginPx) / inv.numFolderColumns); folderCellHeightPx = cellHeightPx + edgeMarginPx; folderBackgroundOffset = -edgeMarginPx; folderIconSizePx = iconSizePx + 2 * -folderBackgroundOffset; Loading