Skip to content

Instantly share code, notes, and snippets.

@MikeySmash
Created April 18, 2019 12:20
Show Gist options
  • Save MikeySmash/4afa88adf0466fc49c0bd6b71c019fb3 to your computer and use it in GitHub Desktop.
Save MikeySmash/4afa88adf0466fc49c0bd6b71c019fb3 to your computer and use it in GitHub Desktop.
Udacity Android Developer - Soccer Counter - Styles
<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">#66cc33</item>
<!-- Background color of buttons in the app -->
<item name="colorButtonNormal">#66cc33</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment