0

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?

Ragunath Jawahar
  • 19,513
  • 22
  • 110
  • 155

1 Answers1

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?

Community
  • 1
  • 1
DeRagan
  • 22,827
  • 6
  • 41
  • 50