Skip to content

Instantly share code, notes, and snippets.

@anehkumar
Created December 17, 2015 15:38
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 anehkumar/adf61744e2d9baa80e70 to your computer and use it in GitHub Desktop.
Save anehkumar/adf61744e2d9baa80e70 to your computer and use it in GitHub Desktop.
Set transparent status bar in android and also show image in status background android
getWindow().setFlags(WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS,
WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment