Skip to content

Instantly share code, notes, and snippets.

@kolanse
Created August 8, 2020 19:54
Show Gist options
  • Save kolanse/59ca41a980f17d9283bafd045a32baba to your computer and use it in GitHub Desktop.
Save kolanse/59ca41a980f17d9283bafd045a32baba to your computer and use it in GitHub Desktop.
colors
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#6200EE</color>
<color name="colorPrimaryDark">#3700B3</color>
<color name="colorAccent">#03DAC5</color>
<color name="background_lay">#fff</color>
<color name="buttonbackground">#00008B</color>
<color name="button_text">#fff</color>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment