Skip to content

Instantly share code, notes, and snippets.

@rasoulmiri
Last active September 18, 2017 18:24
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 rasoulmiri/8407a6694f25e007f23923bda45539ac to your computer and use it in GitHub Desktop.
Save rasoulmiri/8407a6694f25e007f23923bda45539ac to your computer and use it in GitHub Desktop.
style.xml (Flavor finalByWindowBackgroundColor)
<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>
<item name="android:windowBackground">@color/gray</item>
//...
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment