Loading src/com/android/launcher3/DeviceProfile.java +2 −1 Original line number Diff line number Diff line Loading @@ -781,7 +781,8 @@ public class DeviceProfile { lp.gravity = Gravity.BOTTOM; lp.width = LayoutParams.MATCH_PARENT; lp.height = hotseatBarHeightPx; hotseat.setPadding(2 * edgeMarginPx, 0, 2 * edgeMarginPx, 0); hotseat.findViewById(R.id.layout).setPadding(2 * edgeMarginPx, 0, 2 * edgeMarginPx, 0); } hotseat.setLayoutParams(lp); Loading Loading
src/com/android/launcher3/DeviceProfile.java +2 −1 Original line number Diff line number Diff line Loading @@ -781,7 +781,8 @@ public class DeviceProfile { lp.gravity = Gravity.BOTTOM; lp.width = LayoutParams.MATCH_PARENT; lp.height = hotseatBarHeightPx; hotseat.setPadding(2 * edgeMarginPx, 0, 2 * edgeMarginPx, 0); hotseat.findViewById(R.id.layout).setPadding(2 * edgeMarginPx, 0, 2 * edgeMarginPx, 0); } hotseat.setLayoutParams(lp); Loading