Skip to content

Instantly share code, notes, and snippets.

@roberto-o-r
Created June 8, 2018 20:28
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 roberto-o-r/d0a0a7a6291deeebfc6b905dbc6977f6 to your computer and use it in GitHub Desktop.
Save roberto-o-r/d0a0a7a6291deeebfc6b905dbc6977f6 to your computer and use it in GitHub Desktop.
styles.xml
<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/splash_screen</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment