diff options
Diffstat (limited to 'app/src/custom/res/values/custom-theme.xml')
-rw-r--r-- | app/src/custom/res/values/custom-theme.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/custom/res/values/custom-theme.xml b/app/src/custom/res/values/custom-theme.xml index 771fd745..70e4616e 100644 --- a/app/src/custom/res/values/custom-theme.xml +++ b/app/src/custom/res/values/custom-theme.xml @@ -26,4 +26,6 @@ <color name="color_font_btn_secondary">@color/black800</color> <!-- button text colors in Alerts --> <color name="color_font_btn">@color/black800</color> + <!-- background color of the splash screen --> + <color name="windowSplashScreenBackgroundColor">@color/colorPrimary</color> </resources> |