我想使用这个启动画面但它继续在导航栏下面.
如何在保持导航栏的同时强制它适合屏幕?
<style name="splashScreenTheme" parent="@android:style/Theme.DeviceDefault.Light.NoActionBar.Fullscreen">
<item name="android:windowBackground">@drawable/splash</item>
</style>
Run Code Online (Sandbox Code Playgroud)