diff options
author | cyberta <cyberta@riseup.net> | 2022-12-05 14:31:21 +0100 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2022-12-05 14:31:21 +0100 |
commit | 8510b91343e234d559b39e8e5e14acc7a975506a (patch) | |
tree | fd6773d552d815bd1405e24126aeb046c00a319b /app/src/normal/res/values-v31/themes.xml | |
parent | 1b981b7971e207e892a4f457d455f0856533540f (diff) |
Bitmask splash screen for Android 12+
Diffstat (limited to 'app/src/normal/res/values-v31/themes.xml')
-rw-r--r-- | app/src/normal/res/values-v31/themes.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/normal/res/values-v31/themes.xml b/app/src/normal/res/values-v31/themes.xml new file mode 100644 index 00000000..7ea17424 --- /dev/null +++ b/app/src/normal/res/values-v31/themes.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <style name="SplashTheme" parent="Theme.AppCompat.NoActionBar"> + <item name="android:windowSplashScreenBackground">@color/white</item> + <item name="android:windowSplashScreenAnimatedIcon">@drawable/splash_icon</item> + <item name="android:windowSplashScreenBrandingImage">@drawable/splash_branding</item> + </style> +</resources>
\ No newline at end of file |