flutter: android: Replace splash screen color to burly_wood
This commit is contained in:
parent
a0884c80ca
commit
49a7e1df8f
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!-- Modify this file to customize your launch splash screen -->
|
<!-- Modify this file to customize your launch splash screen -->
|
||||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<item android:drawable="@color/aths_special" />
|
<item android:drawable="@color/burly_wood" />
|
||||||
|
|
||||||
<!-- You can insert your own image assets here -->
|
<!-- You can insert your own image assets here -->
|
||||||
<!-- <item>
|
<!-- <item>
|
||||||
|
|
|
@ -4,4 +4,5 @@
|
||||||
<color name="black">#000000</color>
|
<color name="black">#000000</color>
|
||||||
<color name="asparagus">#769656</color>
|
<color name="asparagus">#769656</color>
|
||||||
<color name="aths_special">#eeeed2</color>
|
<color name="aths_special">#eeeed2</color>
|
||||||
|
<color name="burly_wood">#deb887</color>
|
||||||
</resources>
|
</resources>
|
|
@ -13,6 +13,6 @@
|
||||||
|
|
||||||
This Theme is only used starting with V2 of Flutter's Android embedding. -->
|
This Theme is only used starting with V2 of Flutter's Android embedding. -->
|
||||||
<style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
|
<style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
|
||||||
<item name="android:windowBackground">@color/aths_special</item>
|
<item name="android:windowBackground">@color/burly_wood</item>
|
||||||
</style>
|
</style>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in New Issue