Skip to content

Instantly share code, notes, and snippets.

@mukeshsolanki
Created July 17, 2022 11:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mukeshsolanki/785d58a420659d13d721a4208b4ccf1e to your computer and use it in GitHub Desktop.
Save mukeshsolanki/785d58a420659d13d721a4208b4ccf1e to your computer and use it in GitHub Desktop.
<style name="Theme.AnimatedSplashScreen" parent="android:Theme.Material.Light.NoActionBar">
<item name="android:statusBarColor">@color/black</item>
<item name="android:windowBackground">@color/black</item>
<item name="android:windowSplashScreenAnimatedIcon">@drawable/transparent_image</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment