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

Commit a64ce4eb authored by fbaron's avatar fbaron Committed by Federico Baron
Browse files

Update min next page visible to 48dp

Fix: 326623964
Flag: NONE
Test: HomeScreenEditImageTest DeviceProfileDumpTest
Change-Id: I0a2de73589bf769eb2efb8d66d9ab3836cbee6d2
parent a61e05eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
    <dimen name="dynamic_grid_edge_margin">10.77dp</dimen>
    <dimen name="dynamic_grid_left_right_margin">8dp</dimen>
    <!-- Minimum amount of next page visible in spring loaded mode -->
    <dimen name="dynamic_grid_spring_loaded_min_next_space_visible">24dp</dimen>
    <dimen name="dynamic_grid_spring_loaded_min_next_space_visible">48dp</dimen>

    <dimen name="dynamic_grid_cell_border_spacing">16dp</dimen>
    <dimen name="cell_layout_padding">10.77dp</dimen>
+2 −2
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ DeviceProfile:
	dropTargetBarBottomMarginPx: 42.0px (16.0dp)
	getCellLayoutSpringLoadShrunkTop(): 391.0px (148.95238dp)
	getCellLayoutSpringLoadShrunkBottom(): 1927.0px (734.0952dp)
	workspaceSpringLoadedMinNextPageVisiblePx: 63.0px (24.0dp)
	getWorkspaceSpringLoadScale(): 0.7781155px (0.29642496dp)
	workspaceSpringLoadedMinNextPageVisiblePx: 126.0px (48.0dp)
	getWorkspaceSpringLoadScale(): 0.7666667px (0.2920635dp)
	getCellLayoutHeight(): 1974.0px (752.0dp)
	getCellLayoutWidth(): 1080.0px (411.42856dp)
+2 −2
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ DeviceProfile:
	dropTargetBarBottomMarginPx: 42.0px (16.0dp)
	getCellLayoutSpringLoadShrunkTop(): 391.0px (148.95238dp)
	getCellLayoutSpringLoadShrunkBottom(): 1906.0px (726.0952dp)
	workspaceSpringLoadedMinNextPageVisiblePx: 63.0px (24.0dp)
	getWorkspaceSpringLoadScale(): 0.77572966px (0.29551607dp)
	workspaceSpringLoadedMinNextPageVisiblePx: 126.0px (48.0dp)
	getWorkspaceSpringLoadScale(): 0.76666665px (0.29206347dp)
	getCellLayoutHeight(): 1953.0px (744.0dp)
	getCellLayoutWidth(): 1080.0px (411.42856dp)
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ DeviceProfile:
	dropTargetBarBottomMarginPx: 16.0px (6.095238dp)
	getCellLayoutSpringLoadShrunkTop(): 201.0px (76.57143dp)
	getCellLayoutSpringLoadShrunkBottom(): 961.0px (366.09525dp)
	workspaceSpringLoadedMinNextPageVisiblePx: 63.0px (24.0dp)
	workspaceSpringLoadedMinNextPageVisiblePx: 126.0px (48.0dp)
	getWorkspaceSpringLoadScale(): 0.8059385px (0.30702418dp)
	getCellLayoutHeight(): 943.0px (359.2381dp)
	getCellLayoutWidth(): 2073.0px (789.7143dp)
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ DeviceProfile:
	dropTargetBarBottomMarginPx: 16.0px (6.095238dp)
	getCellLayoutSpringLoadShrunkTop(): 201.0px (76.57143dp)
	getCellLayoutSpringLoadShrunkBottom(): 1017.0px (387.42856dp)
	workspaceSpringLoadedMinNextPageVisiblePx: 63.0px (24.0dp)
	workspaceSpringLoadedMinNextPageVisiblePx: 126.0px (48.0dp)
	getWorkspaceSpringLoadScale(): 0.8111332px (0.3090031dp)
	getCellLayoutHeight(): 1006.0px (383.2381dp)
	getCellLayoutWidth(): 1947.0px (741.7143dp)
Loading