Andy
Andy

Reputation: 518

How to retrieve an Animator from a corresponding ViewPropertyAnimator?

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

Answers (0)

Related Questions