diff options
author | cyberta <cyberta@riseup.net> | 2023-07-25 16:30:23 +0000 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2023-07-25 16:30:23 +0000 |
commit | b6988c2279542f5a7ed4c993a4ddd1230bf9e25f (patch) | |
tree | 8072357693729582a1338f72af7c0c377af850b4 /app/src/main/res/values | |
parent | 827999508878b319af3201bdc271521dcbbeaea2 (diff) | |
parent | 6628a36a9272251793cd2ac7ea288fc7f5f50ebf (diff) |
Merge branch 'custom_splash_background_color' into 'master'
make it easier to set splash screen background color in custom flavor
See merge request leap/bitmask_android!251
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> |