Skip to content

Instantly share code, notes, and snippets.

@arildojr7
Last active June 28, 2019 01:03
Show Gist options
  • Save arildojr7/daeb04f111f98345cefa832beff46d97 to your computer and use it in GitHub Desktop.
Save arildojr7/daeb04f111f98345cefa832beff46d97 to your computer and use it in GitHub Desktop.
<style name="SplashTheme" parent="Theme.AppCompat.NoActionBar">
<item name="android:windowBackground">@drawable/background_splash</item>
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
<item name="android:statusBarColor">@color/colorPrimary</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment