Skip to content

Instantly share code, notes, and snippets.

@griajobag
Created June 30, 2016 03:43
Show Gist options
  • Save griajobag/7f27970ceccbc223d2875f9ecbf9a6fc to your computer and use it in GitHub Desktop.
Save griajobag/7f27970ceccbc223d2875f9ecbf9a6fc to your computer and use it in GitHub Desktop.
firebase notif
<?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="blue_grey_500">#607D8B</color>
<color name="blue_grey_600">#546E7A</color>
<color name="blue_grey_700">#455A64</color>
<color name="blue_grey_800">#37474F</color>
<color name="blue_grey_900">#263238</color>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment