<Spinner in Full Screen android app is showing sta...
# stackoverflow
r
Spinner in Full Screen android app is showing status bar I have an android app. I have a spinner called dd1 defined in my mainactivity.xml. I have the onItemSelected method defined in a fragment. The app runs full screen, i.e. hides the navigation and status bar. Everything is fine. But the moment I touch the spinner, the status bar pops up, and never goes back. I need to ensure that the status bar remains hidden. Attempt to solve I read this <a href="https://stackoverflow.com/questions/45817144/android-spinner-dropdown-in-full-screen">SO...