Skip to content

Instantly share code, notes, and snippets.

@wajahatkarim3
Created March 10, 2017 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wajahatkarim3/18a627837fc60bfb57c113b4195c0cfe to your computer and use it in GitHub Desktop.
Save wajahatkarim3/18a627837fc60bfb57c113b4195c0cfe to your computer and use it in GitHub Desktop.
Dimming Status bar
// This example uses decor view, but you can use any visible view.
View decorView = getActivity().getWindow().getDecorView();
int uiOptions = View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY;
decorView.setSystemUiVisibility(uiOptions);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment