Skip to content

Instantly share code, notes, and snippets.

@eduardoguilarducci
Last active November 26, 2016 22:29
Show Gist options
  • Save eduardoguilarducci/0eae114dc132676b41e9c32fdac1bd74 to your computer and use it in GitHub Desktop.
Save eduardoguilarducci/0eae114dc132676b41e9c32fdac1bd74 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" ?>
<resources>
<style name="Tema.Base" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="colorPrimary">#2196F3</item>
<item name="colorPrimaryDark">#1976D2</item>
<item name="colorAccent">#FF4081</item>
</style>
<style name="Tema" parent="Tema.Base">
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment