mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Adding an empty page in Recents view corresponding to workspace
The page is aligned to the workspace card and shows a widgets button in the empty region Change-Id: I479c47a2fbac4b3ef1aaf833d9fe82b5d7e10ddc
This commit is contained in:
@@ -106,7 +106,7 @@ public class CellLayout extends ViewGroup implements BubbleTextShadowHandler {
|
||||
final PreviewBackground mFolderLeaveBehind = new PreviewBackground();
|
||||
|
||||
private static final int[] BACKGROUND_STATE_ACTIVE = new int[] { android.R.attr.state_active };
|
||||
private static final int[] BACKGROUND_STATE_DEFAULT = new int[0];
|
||||
private static final int[] BACKGROUND_STATE_DEFAULT = EMPTY_STATE_SET;
|
||||
private final Drawable mBackground;
|
||||
|
||||
// These values allow a fixed measurement to be set on the CellLayout.
|
||||
|
||||
Reference in New Issue
Block a user