python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Android Spinner: How to keep status bar hidden in full screen?
I use this code to to hide the navigation bar:
View root = findViewById(android.R.id.content);
root.setSystemUiVisibility(View.SYSTEM_UI_FLAG_FULLSCREEN);
getWindow().addFlags(WindowManager.Layou...
A.G.
Votes: 0
Answers: 1
DialogFragment not hiding navigation controls when in full screen
I'm trying to have a full screen DialogFragment with the ability to show / hide status and navigation bars when tapping the screen. Here is the DialogFragment
class FullScreenFragment : DialogFragment...
Renjith
Votes: 0
Answers: 1
How to read current immersive mode status via shell/ADB?
Is there an Android shell command that can get the current status of Immersive Mode (i.e. immersive.full, immersive.status, immersive.navigation, or immersive.off)?
Immersive mode can be set via the s...
ETL
Votes: 0
Answers: 1