mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Adding padding to the folder content
Change-Id: I88e56ff1aa26282e0167e2599f1b34ee374b705f
This commit is contained in:
@@ -900,7 +900,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