Skip to content

Instantly share code, notes, and snippets.

@talosdev
Created August 27, 2019 12:02
Show Gist options
  • Select an option

  • Save talosdev/b7a1963f1219512c1ab0cd651166d95a to your computer and use it in GitHub Desktop.

Select an option

Save talosdev/b7a1963f1219512c1ab0cd651166d95a to your computer and use it in GitHub Desktop.
Direct definitions of colors in dawn (non-optimal)
<?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