Skip to content

Instantly share code, notes, and snippets.

@hangox
Created July 17, 2015 01:51
Show Gist options
  • Save hangox/b2a79fb818e5aaa913bb to your computer and use it in GitHub Desktop.
Save hangox/b2a79fb818e5aaa913bb to your computer and use it in GitHub Desktop.
更改5.0statusbar 为透明颜色
View statusBar = getWindow().getDecorView().findViewById(android.R.id
.statusBarBackground);
statusBar.setBackgroundResource(android.R.color.transparent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment