Created
April 18, 2019 12:20
-
-
Save MikeySmash/4afa88adf0466fc49c0bd6b71c019fb3 to your computer and use it in GitHub Desktop.
Udacity Android Developer - Soccer Counter - Styles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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