本文介紹了停止閃屏以進入導航欄下方的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!
問題描述
我想使用此初始屏幕,但它一直位于導航欄下方。
Splash img
如何在保留導航欄的同時強制它適應屏幕?
<style name="splashScreenTheme" parent="@android:style/Theme.DeviceDefault.Light.NoActionBar.Fullscreen">
<item name="android:windowBackground">@drawable/splash</item>
</style>
推薦答案
找到一個解決方案
<item name="android:windowBackground">@drawable/splash</item>
至
<item name="android:background">@drawable/splash</item>
這篇關于停止閃屏以進入導航欄下方的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,