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
Post a Comment