Add icons

This commit is contained in:
2020-08-17 00:37:42 +02:00
parent 4a82e8eec1
commit bd2a7a3b9a
22 changed files with 81 additions and 203 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#1E9703</color>
<color name="colorPrimaryDark">#164C02</color>
<color name="colorAccent">#CFDA38</color>
<color name="colorPrimary">@color/ic_launcher_background</color>
<color name="colorPrimaryDark">#830000</color>
<color name="colorAccent">#F57F17</color>
</resources>

View File

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