Skip to content

Instantly share code, notes, and snippets.

@talosdev
Created August 28, 2019 11:00
Show Gist options
  • Select an option

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

Select an option

Save talosdev/5d2b88d2857da3d4dcc34ea219a3883a to your computer and use it in GitHub Desktop.
Colors defined with references in main styles.xml
<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