Skip to content

Instantly share code, notes, and snippets.

@pacificregmi
Created January 23, 2016 00:14
Show Gist options
  • Save pacificregmi/4da1d6688ab67781fc29 to your computer and use it in GitHub Desktop.
Save pacificregmi/4da1d6688ab67781fc29 to your computer and use it in GitHub Desktop.
Android Custom Horizontal Icons Menu - colors.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#3F51B5</color>
<color name="colorPrimaryDark">#303F9F</color>
<color name="colorAccent">#FF4081</color>
<color name="light_black">#504f4f</color>
<color name="black">#000000</color>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment