Reputation: 518
I have defined several different ViewPropertyAnimator
and I want to bundle them into an AnimatorSet
in order to apply an "overall" AnimatorListener
to them.
Since ViewPropertyAnimator
is not an Animator
and doesn't have any getter-methods to retrieve its underlying Animator
how can I accomplish this?
Upvotes: 1
Views: 29