Add night mode support

This commit is contained in:
Mygod
2018-08-16 11:12:18 +08:00
parent 4d8891c0dc
commit 14ccd9e9eb
8 changed files with 23 additions and 10 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#2e7d32</color>
<color name="colorPrimaryDark">#005005</color>
<color name="colorSecondary">#AEEA00</color>
</resources>

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.MaterialComponents.DayNight.NoActionBar" parent="Theme.MaterialComponents.NoActionBar"/>
</resources>