I would like to use this splash screen but it keep going under the navigation bar.
Splash img
How can I force it to fit on the screen while keeping the navigation bar?
   <style name="splashScreenTheme" parent="@android:style/Theme.DeviceDefault.Light.NoActionBar.Fullscreen">
    <item name="android:windowBackground">@drawable/splash</item>
</style>
Found one solution
 <item name="android:windowBackground">@drawable/splash</item>
to
 <item name="android:background">@drawable/splash</item>    
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With