- Add functionality for on screen buttons.

- Improve layout.
This commit is contained in:
2020-08-16 23:44:31 +02:00
parent 6cda0a9d5e
commit 4a82e8eec1
4 changed files with 151 additions and 54 deletions

View File

@@ -1,6 +1,6 @@
<?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="colorPrimary">#1E9703</color>
<color name="colorPrimaryDark">#164C02</color>
<color name="colorAccent">#CFDA38</color>
</resources>