diff options
author | cyberta <cyberta@riseup.net> | 2022-12-06 05:22:58 +0000 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2022-12-06 05:22:58 +0000 |
commit | 64427ae7fa3b6ff14d484efd3dc513744a615945 (patch) | |
tree | 3ac508716ac0210603f32f80baf07881c80b3ab1 /app/src/main/res/values-v31/themes.xml | |
parent | c0d1a28e5d737fbf24e13ade9fd6988a07ee2719 (diff) | |
parent | 4c6f49fe5ec695541be06322a1cf227e2d6d083d (diff) |
Merge branch 'main_ui_riseupvpn' into 'master'
new UI for RiseupVPN
See merge request leap/bitmask_android!219
Diffstat (limited to 'app/src/main/res/values-v31/themes.xml')
-rw-r--r-- | app/src/main/res/values-v31/themes.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/values-v31/themes.xml b/app/src/main/res/values-v31/themes.xml new file mode 100644 index 00000000..81d6c19e --- /dev/null +++ b/app/src/main/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/colorPrimary</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 |