Animate change of view background color in Android

Posted by hgpc on Stack Overflow See other posts from Stack Overflow or by hgpc
Published on 2010-04-10T18:58:38Z Indexed on 2010/04/10 19:03 UTC
Read the original article Hit count: 559

How do you animate the change of background color of a view in 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?

© Stack Overflow or respective owner

Related posts about android

Related posts about view