启动页控制

This commit is contained in:
2024-10-13 05:03:34 +08:00
parent d98bfe88c5
commit 20a34b569a
6 changed files with 80 additions and 4 deletions

View File

@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.RiderPro" parent="android:Theme.Material.Light.NoActionBar" />
<style name="Theme.RiderPro" parent="android:Theme.Material.Light.NoActionBar" >
<item name="android:windowNoTitle">true</item>
</style>
<style name="Theme.App.Starting" parent="Theme.SplashScreen">
<item name="android:windowNoTitle">true</item>
<item name="windowSplashScreenBackground">@color/splash_background</item>
<item name="windowSplashScreenAnimatedIcon">@mipmap/rider_pro_logo_red_round</item>
<item name="postSplashScreenTheme">@style/Theme.RiderPro</item>
</style>
</resources>