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?
Asked
Active
Viewed 1,633 times
1 Answers
1
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?