Insted of animating the icon of the first task, animating the running task icon

Bug: 79236139
Change-Id: Ib85c22e3898c09a84d3a862c407c23d76a600d9d
This commit is contained in:
Sunny Goyal
2018-05-07 14:59:05 -07:00
parent c247a00e22
commit 28254eec60
4 changed files with 21 additions and 18 deletions
@@ -213,6 +213,7 @@ public class TaskView extends FrameLayout implements TaskCallbacks, PageCallback
setTranslationY(0f);
setTranslationZ(0);
setAlpha(1f);
setIconScaleAndDim(1);
}
@Override