Question

How do I fade in windows/Activities from white? And how do I fade out to white? Showld I use an Animation? And if so ... How do I do that?

Thank you for your time and help.

Était-ce utile?

La solution

I would use:

  • A relative layout that contains:
    • The real content of your activity
    • An overlay view, with white background, matching parent widht and height.
  • And animation that changes the alpha of the overlay to transparent or to solid, as you need.
  • If you have problems receiving touch and dont get to get crazy animation listener to remove the view as soon as its alfa is cero.
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top