mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Merge "Adding padding to the folder content" into ub-launcher3-burnaby
This commit is contained in:
@@ -912,7 +912,8 @@ public abstract class PagedView extends ViewGroup implements ViewGroup.OnHierarc
|
||||
pageGap = getPaddingRight();
|
||||
}
|
||||
|
||||
childLeft += childWidth + pageGap;
|
||||
childLeft += childWidth + pageGap
|
||||
+ (lp.isFullScreenPage ? 0 : (getPaddingLeft() + getPaddingRight()));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user