Animate change of view background color on Android

How do you animate the change of background color of a view on Android?

For example:

I have a view with a red background color. The background color of the view changes to blue. How can I do a smooth transition between colors?

If this can’t be done with views, an alternative will be welcome.

18 Answers
18

Leave a Comment