0

I have an app, which uses a custom ActionBar.Whenever my app is launched by the launcher (or any other app), it has a zoom in animation, of an empty view with Default ActionBar, when the animation finishes, I get my view, and this transition doesn't look that good.

I've found the following Video, which shows how to create an animation within your app.Can I change the lunch animation to a custom Bitmap, and how?

Kirill Kulakov
  • 10,035
  • 9
  • 50
  • 67

1 Answers1

1

Take a look at this answer: https://stackoverflow.com/a/5018385/198996

You'll have to create your own theme with a custom android:windowAnimationStyle.

Some additional resources on animations in XML:

Community
  • 1
  • 1
TomTasche
  • 5,448
  • 7
  • 41
  • 67