Skip to content

Instantly share code, notes, and snippets.

@krizzu
Last active August 24, 2017 19:50
Show Gist options
  • Save krizzu/055f2b42715cb47e2a048302f7465126 to your computer and use it in GitHub Desktop.
Save krizzu/055f2b42715cb47e2a048302f7465126 to your computer and use it in GitHub Desktop.
Colors resource file for android
<resources>
<!-- We'll use 'background' name to reference this color -->
<!-- Replace #HEX_VALUE with Your color -->
<color name="background">#HEX_VALUE</color>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment