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