mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Revert "Align widget padding to icons" (#4879)
This reverts commit 93cb189b40.
This commit is contained in:
@@ -1317,7 +1317,6 @@ public class DeviceProfile {
|
||||
} else {
|
||||
widgetPadding.setEmpty();
|
||||
}
|
||||
widgetPadding.left = widgetPadding.right += widgetPadding.right + widgetPadding.left - Math.round(Math.max(0, minSpacing - cellLayoutBorderSpacePx.x));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -149,7 +149,7 @@ public class QsbContainerView extends FrameLayout {
|
||||
|
||||
@Override
|
||||
public void setPadding(int left, int top, int right, int bottom) {
|
||||
super.setPadding(left, top, right, bottom);
|
||||
super.setPadding(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
protected void setPaddingUnchecked(int left, int top, int right, int bottom) {
|
||||
|
||||
Reference in New Issue
Block a user