Skip to content

Instantly share code, notes, and snippets.

@AnusreeSajeevan
Last active October 6, 2021 09:19
Show Gist options
  • Save AnusreeSajeevan/784f43422736dc8bbf1d1ab65891c1c5 to your computer and use it in GitHub Desktop.
Save AnusreeSajeevan/784f43422736dc8bbf1d1ab65891c1c5 to your computer and use it in GitHub Desktop.
Custom splash screen theme
<style name="Theme.CustomSplashScreenTheme" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">@color/white</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/logo</item>
<item name="windowSplashScreenAnimationDuration">300</item>
<item name="postSplashScreenTheme">@style/Theme.TalesOfKnots</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment