Skip to content

Instantly share code, notes, and snippets.

@ericlucero
Created July 29, 2016 00:44
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 ericlucero/3463bbcb9db60d7cc2c9ecc41dcf2cc8 to your computer and use it in GitHub Desktop.
Save ericlucero/3463bbcb9db60d7cc2c9ecc41dcf2cc8 to your computer and use it in GitHub Desktop.
XML styles.xml file with colors
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light">
<!-- Primary theme color of the app (sets background color of app bar) -->
<item name="colorPrimary">#FF9800</item>
<!-- Background color of buttons in the app -->
<item name="colorButtonNormal">#FF9800</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment