Page indicator and hotseat should have the same alpha

Bug: 70144077
Change-Id: I4cc678e7b5a5daa07b5fd6ab96ea79b4354c514d
This commit is contained in:
Sunny Goyal
2018-03-06 13:11:43 -08:00
parent 3661bfac0b
commit 7b4b78c1ad

View File

@@ -137,6 +137,8 @@ public class WorkspaceStateTransitionAnimation {
propertySetter.setViewAlpha(mLauncher.getHotseat(), state.getHoseatAlpha(mLauncher),
pageAlphaProvider.interpolator);
propertySetter.setViewAlpha(mLauncher.getWorkspace().getPageIndicator(),
state.getHoseatAlpha(mLauncher), pageAlphaProvider.interpolator);
// Set scrim
propertySetter.setFloat(ViewScrim.get(mWorkspace), ViewScrim.PROGRESS,