feat: splash screen

This commit is contained in:
Canny
2023-01-28 02:30:39 +03:00
committed by oSumAtrIX
parent 7fc6ec5c2c
commit 60a5a11c71
3 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.ReVancedManager" parent="android:Theme.Material.Light.NoActionBar" />
<style name="Theme.ReVancedManager" parent="Theme.SplashScreen">
<item name="windowSplashScreenAnimatedIcon">@drawable/ic_launcher_foreground</item>
<item name="postSplashScreenTheme">@style/Theme.AppCompat.NoActionBar</item>
</style>
</resources>