feat: 更新启动背景和主题样式,优化加载界面

This commit is contained in:
Booker
2026-05-20 08:50:22 +07:00
parent faeb407e0e
commit f465d5ce45
6 changed files with 190 additions and 26 deletions

View File

@@ -13,6 +13,6 @@
This Theme is only used starting with V2 of Flutter's Android embedding. -->
<style name="NormalTheme" parent="@android:style/Theme.Light.NoTitleBar">
<item name="android:windowBackground">?android:colorBackground</item>
<item name="android:windowBackground">@drawable/launch_background</item>
</style>
</resources>