Created
August 27, 2019 12:02
-
-
Save talosdev/b7a1963f1219512c1ab0cd651166d95a to your computer and use it in GitHub Desktop.
Direct definitions of colors in dawn (non-optimal)
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
| <?xml version="1.0" encoding="utf-8"?> | |
| <resources> | |
| <style name="FlavorTheme" parent="@style/Theme.AppCompat.Light"> | |
| <item name="colorPrimary">@android:color/white</item> | |
| <item name="colorPrimaryDark">@android:color/white</item> | |
| <item name="colorAccent">#E64A19</item> | |
| </style> | |
| </resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment