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