【发布时间】:2019-03-13 10:02:32
【问题描述】:
如何让启动页面全屏颤动? 我知道了如何在flutter.dev中设置启动页面
<resources>
<style name="LaunchTheme" parent="@android:style/Theme.NoTitleBar">
<!-- Show a splash screen on the activity. Automatically removed when
Flutter draws its first frame -->
<item name="android:windowBackground">@drawable/launch_background</item>
</style>
【问题讨论】:
标签: flutter fullscreen splash-screen