Welcome Neo Store of Neo Applications

This commit is contained in:
machiav3lli
2022-03-18 22:53:55 +01:00
parent af546ce427
commit 46d5975e4c
24 changed files with 103 additions and 69 deletions

View File

@ -2,6 +2,8 @@
<resources>
<color name="pitch_black">#000000</color>
<color name="grey_dark">#2C2C2C</color>
<color name="ic_launcher_background">#F1FEF1</color>
<color name="ic_launcher_background_debug">#414942</color>
<color name="md_theme_light_primary">#006D3E</color>
<color name="md_theme_light_onPrimary">#FFFFFF</color>

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#FFFFFF</color>
</resources>