Skip to content

Instantly share code, notes, and snippets.

@louisjdcharles
Created November 21, 2019 07:31
Show Gist options
  • Save louisjdcharles/ea5ca64ed0a66134251b83241388930e to your computer and use it in GitHub Desktop.
Save louisjdcharles/ea5ca64ed0a66134251b83241388930e to your computer and use it in GitHub Desktop.
Default values for values/colors.xml in an android studio project
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#008577</color>
<color name="colorPrimaryDark">#00574B</color>
<color name="colorAccent">#D81B60</color>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment