Skip to content

Instantly share code, notes, and snippets.

@ssaurel
Created December 5, 2016 11:27
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 ssaurel/793649e3bd2e43cd848f14b8132a916a to your computer and use it in GitHub Desktop.
Save ssaurel/793649e3bd2e43cd848f14b8132a916a to your computer and use it in GitHub Desktop.
Theme for your Splash Screen on Android
<resources>
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
</style>
<style name="SplashTheme" parent="Theme.AppCompat.NoActionBar">
<item name="android:windowBackground">@drawable/background</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment