Reputation: 19723
I have a RelativeLayout with a tiled background. Is there a way to make a tween animation to fade out the existing image and fade in a new one?
Upvotes: 0
Views: 1642
Reputation: 22920
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?
Upvotes: 1