feat: 更新启动背景颜色和图标,优化 H5ShellPage 的加载体验
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 26 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 39 KiB |
@@ -4,8 +4,8 @@
|
||||
<shape android:shape="rectangle">
|
||||
<gradient
|
||||
android:angle="270"
|
||||
android:startColor="#E7F4FF"
|
||||
android:centerColor="#F8FBFF"
|
||||
android:startColor="#EAF7FF"
|
||||
android:centerColor="#F8FCFF"
|
||||
android:endColor="#FFFFFF" />
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
<shape android:shape="rectangle">
|
||||
<gradient
|
||||
android:angle="270"
|
||||
android:startColor="#E7F4FF"
|
||||
android:centerColor="#F8FBFF"
|
||||
android:startColor="#EAF7FF"
|
||||
android:centerColor="#F8FCFF"
|
||||
android:endColor="#FFFFFF" />
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
@@ -2,13 +2,13 @@
|
||||
<resources>
|
||||
<style name="LaunchTheme" parent="@android:style/Theme.Material.Light.NoActionBar">
|
||||
<item name="android:windowBackground">@drawable/launch_background</item>
|
||||
<item name="android:windowSplashScreenBackground">#F8FBFF</item>
|
||||
<item name="android:windowSplashScreenBackground">#F6FAFF</item>
|
||||
<item name="android:windowSplashScreenAnimatedIcon">@drawable/splash_android12_icon</item>
|
||||
<item name="android:windowSplashScreenIconBackgroundColor">#F8FBFF</item>
|
||||
<item name="android:windowSplashScreenIconBackgroundColor">#F6FAFF</item>
|
||||
</style>
|
||||
|
||||
<style name="NormalTheme" parent="@android:style/Theme.Material.Light.NoActionBar">
|
||||
<item name="android:windowBackground">@android:color/white</item>
|
||||
<item name="android:windowBackground">#F6FAFF</item>
|
||||
<item name="android:statusBarColor">@android:color/white</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
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:color/white</item>
|
||||
<item name="android:windowBackground">#F6FAFF</item>
|
||||
<item name="android:statusBarColor">@android:color/white</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
||||
@@ -2,13 +2,13 @@
|
||||
<resources>
|
||||
<style name="LaunchTheme" parent="@android:style/Theme.Material.Light.NoActionBar">
|
||||
<item name="android:windowBackground">@drawable/launch_background</item>
|
||||
<item name="android:windowSplashScreenBackground">#F8FBFF</item>
|
||||
<item name="android:windowSplashScreenBackground">#F6FAFF</item>
|
||||
<item name="android:windowSplashScreenAnimatedIcon">@drawable/splash_android12_icon</item>
|
||||
<item name="android:windowSplashScreenIconBackgroundColor">#F8FBFF</item>
|
||||
<item name="android:windowSplashScreenIconBackgroundColor">#F6FAFF</item>
|
||||
</style>
|
||||
|
||||
<style name="NormalTheme" parent="@android:style/Theme.Material.Light.NoActionBar">
|
||||
<item name="android:windowBackground">@android:color/white</item>
|
||||
<item name="android:windowBackground">#F6FAFF</item>
|
||||
<item name="android:statusBarColor">@android:color/white</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
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:color/white</item>
|
||||
<item name="android:windowBackground">#F6FAFF</item>
|
||||
<item name="android:statusBarColor">@android:color/white</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user