Skip to content

Instantly share code, notes, and snippets.

@RaulitoGC
Last active February 14, 2022 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RaulitoGC/ab8141159523baaf45a739a666e5d791 to your computer and use it in GitHub Desktop.
Save RaulitoGC/ab8141159523baaf45a739a666e5d791 to your computer and use it in GitHub Desktop.
Android Remote Color Resources
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#5174A1</color>
<color name="colorPrimaryDark">#FFA158</color>
<color name="colorAccent">#FFC107</color>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment