Splash screen should be dark for dark theme (#148)
This commit is contained in:
committed by
GitHub
parent
f130d33eba
commit
69690d5c2a
3
app/src/main/res/values-night/colors.xml
Normal file
3
app/src/main/res/values-night/colors.xml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<resources>
|
||||||
|
<color name="splash_background">#FF313332</color>
|
||||||
|
</resources>
|
||||||
3
app/src/main/res/values/colors.xml
Normal file
3
app/src/main/res/values/colors.xml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<resources>
|
||||||
|
<color name="splash_background">#FFFBFCFC</color>
|
||||||
|
</resources>
|
||||||
@@ -1,5 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
|
<style name="Theme.FairScan" parent="android:Theme.Material.Light.NoActionBar">
|
||||||
<style name="Theme.FairScan" parent="android:Theme.Material.Light.NoActionBar" />
|
<item name="android:windowBackground">@color/splash_background</item>
|
||||||
|
</style>
|
||||||
</resources>
|
</resources>
|
||||||
Reference in New Issue
Block a user