Add peek to work tab animation

Only the tab is moved, the RV does not.

Fix: 71748023

Change-Id: I99216e9072df03104dd0644f3909e8b49e07faf0
This commit is contained in:
Tony Mak
2018-01-10 16:55:49 +00:00
parent 383b7fa02a
commit 4233405016
3 changed files with 45 additions and 1 deletions

View File

@@ -216,6 +216,7 @@ public class AllAppsTransitionController
} else if (Float.compare(mProgress, 0f) == 0) {
mHotseat.setVisibility(View.INVISIBLE);
mAppsView.setVisibility(View.VISIBLE);
mAppsView.onScrollUpEnd();
} else {
mAppsView.setVisibility(View.VISIBLE);
mHotseat.setVisibility(View.VISIBLE);