Skip to content

Instantly share code, notes, and snippets.

@pacificregmi
Created February 6, 2016 01:38
Show Gist options
  • Save pacificregmi/5ce6beed7097d4fb3acb to your computer and use it in GitHub Desktop.
Save pacificregmi/5ce6beed7097d4fb3acb to your computer and use it in GitHub Desktop.
Dashboard UI Design for Android App - colors.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#009688</color>
<color name="colorPrimaryDark">#00796B</color>
<color name="colorAccent">#FF4081</color>
<color name="light_black">#504f4f</color>
<color name="black">#000000</color>
<color name="blue">#0737d4</color>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment