mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
resolve merge conflicts of a6194d3d92 to ub-launcher3-calgary
Change-Id: I29b3c3bb2c070e34c78c62b8f9086e6f3c8bd277
This commit is contained in:
@@ -140,6 +140,10 @@ public abstract class BaseContainerView extends FrameLayout implements Insettabl
|
||||
mRevealView.setBackground(background.getConstantState().newDrawable());
|
||||
mContent.setBackground(background);
|
||||
|
||||
// We let the content have a intent background, but still have full width.
|
||||
// This allows the scroll bar to be used responsive outside the background bounds as well.
|
||||
mContent.setPadding(0, 0, 0, 0);
|
||||
|
||||
Rect bgPadding = new Rect();
|
||||
background.getPadding(bgPadding);
|
||||
onUpdateBgPadding(padding, bgPadding);
|
||||
|
||||
Reference in New Issue
Block a user