views:

24

answers:

1

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?

+1  A: 

You can add startAnimation to any of your views to start your animation.

Possible duplicate of this

http://stackoverflow.com/questions/2597329/how-to-do-a-fadein-of-an-image-on-an-android-activity-screen

Rahul