diff --git a/androidApp/src/main/res/drawable/splash_icon.xml b/androidApp/src/main/res/drawable/splash_icon.xml index fb9902e0e..4fae8ef8e 100644 --- a/androidApp/src/main/res/drawable/splash_icon.xml +++ b/androidApp/src/main/res/drawable/splash_icon.xml @@ -10,12 +10,12 @@ --> - + \ No newline at end of file diff --git a/androidApp/src/main/res/values-night/colors.xml b/androidApp/src/main/res/values-night/colors.xml new file mode 100644 index 000000000..3a3ca4047 --- /dev/null +++ b/androidApp/src/main/res/values-night/colors.xml @@ -0,0 +1,14 @@ + + + + @color/splash_background_dark + #FF1A1A1A + \ No newline at end of file diff --git a/androidApp/src/main/res/values/colors.xml b/androidApp/src/main/res/values/colors.xml index 94394e4c5..f8f910127 100644 --- a/androidApp/src/main/res/values/colors.xml +++ b/androidApp/src/main/res/values/colors.xml @@ -1,5 +1,4 @@ - - + + //fix : splash background + @color/splash_background_light + #FFFDFDF5 + #FF1A1A1A + #ffffffff #000000 #eaeaea diff --git a/androidApp/src/main/res/values/splash.xml b/androidApp/src/main/res/values/splash.xml index 9ee17867e..126ea5515 100644 --- a/androidApp/src/main/res/values/splash.xml +++ b/androidApp/src/main/res/values/splash.xml @@ -10,7 +10,7 @@ -->