0

I've followed the steps to make a splash screen as noted here: How to implement splash screen in android

While the splash screen works, I noticed that my splash screen shrinks when it is fading into my main activity. That is, my splash screen starts off as taking the entire screen, and then shrinks into a smaller rectangle as it fades. This is really obvious as my splash screen has a dark background, while my main activity has a white background.

Is there any way to stop this from happening?

Thanks

Community
  • 1
  • 1
Ken
  • 1,498
  • 2
  • 12
  • 19

1 Answers1

0

The real question is "how do I control my Splash Screen animation"? Including zoom in, zoom out, no zoom, fade, rotate, etc.

Here's a good discussion:

Community
  • 1
  • 1
paulsm4
  • 114,292
  • 17
  • 138
  • 190