summaryrefslogtreecommitdiff
path: root/app/src/custom
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2023-07-25 17:37:06 +0200
committercyberta <cyberta@riseup.net>2023-07-25 17:37:06 +0200
commit6628a36a9272251793cd2ac7ea288fc7f5f50ebf (patch)
tree8072357693729582a1338f72af7c0c377af850b4 /app/src/custom
parent827999508878b319af3201bdc271521dcbbeaea2 (diff)
make it easier to set splash screen background color in custom flavor
Diffstat (limited to 'app/src/custom')
-rw-r--r--app/src/custom/res/values/custom-theme.xml2
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>