Created
August 28, 2019 11:00
-
-
Save talosdev/5d2b88d2857da3d4dcc34ea219a3883a to your computer and use it in GitHub Desktop.
Colors defined with references in main styles.xml
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> | |
| <style name="AppTheme" parent="@style/FlavorTheme"> | |
| <item name="colorPrimary">@color/flavorPrimaryColor</item> | |
| <item name="colorPrimaryDark">@color/flavorPrimaryDarkColor</item> | |
| <item name="colorAccent">@color/flavorAccentColor</item> | |
| </style> | |
| <!-- ... --> | |
| </resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment