diff options
author | cyberta <cyberta@riseup.net> | 2023-07-25 17:37:06 +0200 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2023-07-25 17:37:06 +0200 |
commit | 6628a36a9272251793cd2ac7ea288fc7f5f50ebf (patch) | |
tree | 8072357693729582a1338f72af7c0c377af850b4 /app/src/main/res/values | |
parent | 827999508878b319af3201bdc271521dcbbeaea2 (diff) |
make it easier to set splash screen background color in custom flavor
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/colors.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 3e33c72b..0189bacf 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -80,4 +80,7 @@ <!-- default action bar colors used in other fragments than EipFragment --> <color name="colorActionBarTitleFont">@color/white</color> <color name="colorActionBarSubtitleFont">@color/black800</color> + + <!-- background color of the splash screen --> + <color name="windowSplashScreenBackgroundColor">@color/white</color> </resources> |