Skip to content

Instantly share code, notes, and snippets.

@januprasad
Created November 25, 2016 03:55
Show Gist options
  • Save januprasad/158164369370e3bc6e4386711dfce6ac to your computer and use it in GitHub Desktop.
Save januprasad/158164369370e3bc6e4386711dfce6ac to your computer and use it in GitHub Desktop.
splash theme
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
</style>
<style name="SplashTheme" parent="Theme.AppCompat.NoActionBar">
<item name="android:windowBackground">@drawable/background_splash</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment