Skip to content

Instantly share code, notes, and snippets.

@rasoulmiri
Last active September 18, 2017 18:21
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/501259e5502558d3744fe60d31918de8 to your computer and use it in GitHub Desktop.
Save rasoulmiri/501259e5502558d3744fe60d31918de8 to your computer and use it in GitHub Desktop.
style.xml (Flavor initial)
<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>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment