文艺航空

文章
5
资源
0
加入时间
2年10月21天

android状态栏透明/白底黑字

android状态栏透明/白底黑字/** * 全透状态栏 */ protected void setStatusBarFullTransparent() { if (Build.VERSION.SDK_INT >= 21) { // 21表示5.0 Window window = getWindow(); ...