Fix sizing of FloatingIconView so that it matches the workspace.
* Added a cross fade at the end for text and shadows. * Animate in FolderIcon bg/dot/text after swapping. Bug: 129297366 Change-Id: Ieeb5d7b8fb389a2f7ee263d38b3021ffdefefd93
This commit is contained in:
@@ -618,8 +618,7 @@ public class Folder extends AbstractFloatingView implements ClipPathView, DragSo
|
||||
mFolderIcon.setBackgroundVisible(true);
|
||||
mFolderIcon.mFolderName.setTextVisibility(true);
|
||||
if (wasAnimated) {
|
||||
mFolderIcon.mBackground.fadeInBackgroundShadow();
|
||||
mFolderIcon.mBackground.animateBackgroundStroke();
|
||||
mFolderIcon.animateBgShadowAndStroke();
|
||||
mFolderIcon.onFolderClose(mContent.getCurrentPage());
|
||||
if (mFolderIcon.hasDot()) {
|
||||
mFolderIcon.animateDotScale(0f, 1f);
|
||||
|
||||
Reference in New Issue
Block a user