Android: Add dark theme
This commit is contained in:
8
android/app/src/main/res/values-night/colors.xml
Normal file
8
android/app/src/main/res/values-night/colors.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="colorPrimary">#000000</color>
|
||||
<color name="colorPrimaryDark">#000000</color>
|
||||
<color name="colorAccent">#03A9F4</color>
|
||||
|
||||
<color name="black_overlay">#66000000</color>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user