Animating a background image
I have a RelativeLayout with a tiled background. I开发者_StackOverflow中文版s there a way to make a tween animation to fade out the existing image and fade in a new one?
You can add startAnimation
to any of your views to start your animation.
Possible duplicate of this
How to do a fadein of an image on an Android Activity screen?
精彩评论