Android splash screen / launch screen also shows when keyboard is resizing -


i have blue image splash screen startup.

however inside app when open keyboard closed shows background imagine of splash screen brief second looks weird.

windowsoftinputmode set to

android:windowsoftinputmode="adjustresize"

i think adjustresize right.

what solve problem? why splash screen in background?

no clue if already, activities splash screen use once , returning isn't wanted, remember call finish(). if finish activity, not in activity stack. try adding finish() after intent takes away splash screen


Comments

Popular posts from this blog

Ansible warning on jinja2 braces on when -

Parsing a protocol message from Go by Java -

node.js - Node js - Trying to send POST request, but it is not loading javascript content -