android client add splash page.

hmxc
小赖 4 years ago
parent 92c8a991cc
commit fbc145c106

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

@ -4,9 +4,9 @@
<item android:drawable="@android:color/white" /> <item android:drawable="@android:color/white" />
<!-- You can insert your own image assets here --> <!-- You can insert your own image assets here -->
<!-- <item> <item>
<bitmap <bitmap
android:gravity="center" android:gravity="center"
android:src="@mipmap/launch_image" /> android:src="@drawable/ic_launcher_foreground" />
</item> --> </item>
</layer-list> </layer-list>

@ -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">@android:color/white</item> <item name="android:windowBackground">@drawable/launch_background</item>
</style> </style>
</resources> </resources>

@ -0,0 +1 @@
include ':app'
Loading…
Cancel
Save