Loading src/com/android/launcher3/DynamicGrid.java +1 −1 Original line number Diff line number Diff line Loading @@ -450,7 +450,7 @@ class DeviceProfile { // In portrait, we want the pages spaced such that there is no // overhang of the previous / next page into the current page viewport. // We assume symmetrical padding in portrait mode. return getWorkspacePadding().left; return 2 * getWorkspacePadding().left; } } Loading Loading
src/com/android/launcher3/DynamicGrid.java +1 −1 Original line number Diff line number Diff line Loading @@ -450,7 +450,7 @@ class DeviceProfile { // In portrait, we want the pages spaced such that there is no // overhang of the previous / next page into the current page viewport. // We assume symmetrical padding in portrait mode. return getWorkspacePadding().left; return 2 * getWorkspacePadding().left; } } Loading