Skip to content

Instantly share code, notes, and snippets.

@haerulmuttaqin
Created September 11, 2018 07:39
Show Gist options
  • Save haerulmuttaqin/30164cb535dc7f1264bd82304a70c8c6 to your computer and use it in GitHub Desktop.
Save haerulmuttaqin/30164cb535dc7f1264bd82304a70c8c6 to your computer and use it in GitHub Desktop.
News App - color
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#ea474a</color>
<color name="colorPrimaryDark">#cf2a2d</color>
<color name="colorAccent">#1e344b</color>
<color name="colorBackground">#f9f9fa</color>
<color name="colorTextSubtitle">#4e4e4e</color>
<color name="colorTextTitle">#262626</color>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment