Ragunath Jawahar
Ragunath Jawahar

Reputation: 19723

Animating a background image

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

Answers (1)

DeRagan
DeRagan

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

Related Questions