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-v31 | |
parent | 827999508878b319af3201bdc271521dcbbeaea2 (diff) |
make it easier to set splash screen background color in custom flavor
Diffstat (limited to 'app/src/main/res/values-v31')
-rw-r--r-- | app/src/main/res/values-v31/themes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values-v31/themes.xml b/app/src/main/res/values-v31/themes.xml index 81d6c19e..b6be6192 100644 --- a/app/src/main/res/values-v31/themes.xml +++ b/app/src/main/res/values-v31/themes.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <resources> <style name="SplashTheme" parent="Theme.AppCompat.NoActionBar"> - <item name="android:windowSplashScreenBackground">@color/colorPrimary</item> + <item name="android:windowSplashScreenBackground">@color/windowSplashScreenBackgroundColor</item> <item name="android:windowSplashScreenAnimatedIcon">@drawable/splash_icon</item> <item name="android:windowSplashScreenBrandingImage">@drawable/splash_branding</item> </style> |