Bimba.git
ref: 1d860f4b507497604a3411c130aa572c5eea1b3e
app/src/main/res/values/colors.xml
1
2
3
4
5
6
7
|
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#4caf50</color>
<color name="colorPrimaryDark">#087f23</color>
<color name="colorAccent">#40c4ff</color>
<color name="colorAccentDark">#0094cc</color>
</resources> |