We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ce610 commit 1011978Copy full SHA for 1011978
cmp-android/src/main/res/values-night/colors.xml
@@ -9,6 +9,7 @@
9
See https://github.com/openMF/mobile-mobile/blob/master/LICENSE.md
10
-->
11
<resources>
12
+ <color name="ic_launcher_background">#000000</color>
13
<color name="splash_background">#121212</color>
14
<color name="background">#000000</color>
15
</resources>
cmp-android/src/main/res/values/ic_launcher_background.xml
@@ -9,7 +9,7 @@
- <color name="ic_launcher_background">#450951</color>
+ <color name="ic_launcher_background">#FFFFFFFF</color>
<color name="splash_background">#FFFFFFFF</color>
<color name="background">#FFFFFF</color>
0 commit comments