Created
August 8, 2020 19:54
-
-
Save kolanse/59ca41a980f17d9283bafd045a32baba to your computer and use it in GitHub Desktop.
colors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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