Created
July 17, 2015 01:51
-
-
Save hangox/b2a79fb818e5aaa913bb to your computer and use it in GitHub Desktop.
更改5.0statusbar 为透明颜色
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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