Support gray hotseat background in all apps transition

b/30201515

Change-Id: Ie4b8442ac804b4df94e9673608129e6ffc0c3360
This commit is contained in:
Hyunyoung Song
2016-07-18 16:35:10 -07:00
parent 77ba6b9cad
commit e4be3b3fdb
5 changed files with 43 additions and 26 deletions

View File

@@ -366,9 +366,7 @@ public class AllAppsContainerView extends BaseContainerView implements DragSourc
// TODO(hyunyoungs): clean up setting the content and the reveal view.
if (FeatureFlags.LAUNCHER3_ALL_APPS_PULL_UP) {
getContentView().setBackground(null);
getRevealView().setVisibility(View.VISIBLE);
getRevealView().setAlpha(AllAppsTransitionController.ALL_APPS_FINAL_ALPHA);
}
}