Skip to content

Instantly share code, notes, and snippets.

@pacificregmi
Created January 22, 2016 11:09
Show Gist options
  • Save pacificregmi/081bdfb8578a264a93d5 to your computer and use it in GitHub Desktop.
Save pacificregmi/081bdfb8578a264a93d5 to your computer and use it in GitHub Desktop.
Android Custom Vertical Dropdown 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