mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 01:16:49 +00:00
Merge "Allow icons to take up full width in all cases where width > height." into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
906e96a68e
@@ -336,8 +336,7 @@ abstract class SwipeUpGestureTutorialController extends TutorialController {
|
||||
1f - SHAPE_PROGRESS_DURATION /* shapeProgressStart */,
|
||||
radius, 255,
|
||||
false, /* isOpening */
|
||||
mFakeIconView, mDp,
|
||||
false /* isVerticalBarLayout */);
|
||||
mFakeIconView, mDp);
|
||||
mFakeIconView.setAlpha(1);
|
||||
mFakeTaskView.setAlpha(getWindowAlpha(progress));
|
||||
mFakePreviousTaskView.setAlpha(getWindowAlpha(progress));
|
||||
|
||||
Reference in New Issue
Block a user