Add night mode support
This commit is contained in:
6
mobile/src/main/res/values-night/colors.xml
Normal file
6
mobile/src/main/res/values-night/colors.xml
Normal 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>
|
||||
4
mobile/src/main/res/values-night/styles.xml
Normal file
4
mobile/src/main/res/values-night/styles.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="Theme.MaterialComponents.DayNight.NoActionBar" parent="Theme.MaterialComponents.NoActionBar"/>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user