Merge "Add animateAlpha to add/remove animations" into rvc-dev am: 8f9f1a9a2e
Change-Id: If6d7c23ff2a6fc39de60c5356ed09ae6e66457bd
This commit is contained in:
@@ -5983,6 +5983,7 @@ public class NotificationStackScrollLayout extends ViewGroup implements ScrollAd
|
||||
|
||||
// ANIMATION_TYPE_ADD
|
||||
new AnimationFilter()
|
||||
.animateAlpha()
|
||||
.animateHeight()
|
||||
.animateTopInset()
|
||||
.animateY()
|
||||
@@ -5991,6 +5992,7 @@ public class NotificationStackScrollLayout extends ViewGroup implements ScrollAd
|
||||
|
||||
// ANIMATION_TYPE_REMOVE
|
||||
new AnimationFilter()
|
||||
.animateAlpha()
|
||||
.animateHeight()
|
||||
.animateTopInset()
|
||||
.animateY()
|
||||
|
||||
Reference in New Issue
Block a user