mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 01:16:49 +00:00
Adding back the widgets pane to the merged AllApps.
- Fixing issue with holographic drag outlines being drawn offset Change-Id: Ie0e89d76ce6714b44f9cd2ddf99ad608b51bf005
This commit is contained in:
@@ -267,8 +267,12 @@ public class PagedViewCellLayout extends ViewGroup implements Page {
|
||||
}
|
||||
}
|
||||
|
||||
int getContentHeight() {
|
||||
return mCellCountY * mCellHeight + (mCellCountY - 1) * Math.max(0, mHeightGap);
|
||||
}
|
||||
|
||||
int getWidthBeforeFirstLayout() {
|
||||
return mCellCountX * mCellWidth + (mCellCountX - 1) * mWidthGap;
|
||||
return mCellCountX * mCellWidth + (mCellCountX - 1) * Math.max(0, mWidthGap);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user