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:
Sunny Goyal
2017-12-15 13:05:42 -08:00
parent 9558a884dd
commit e15e2a8267
16 changed files with 424 additions and 75 deletions

View File

@@ -106,7 +106,7 @@ public abstract class PagedView extends ViewGroup implements ViewGroup.OnHierarc
protected LauncherScroller mScroller;
private Interpolator mDefaultInterpolator;
private VelocityTracker mVelocityTracker;
@Thunk int mPageSpacing = 0;
protected int mPageSpacing = 0;
private float mParentDownMotionX;
private float mParentDownMotionY;