2016-04-24 38 views
0

嗨我想爲我的最新項目創建一個透明的狀態欄,但我無法找到我的Api級別16的解決方案。任何人都可以給我一個解決方案來創建一個透明的狀態酒吧。 here is the sample如何創建一個透明的狀態欄

+3

可能重複的[Android透明狀態欄和操作欄](http://stackoverflow.com/questions/29907615/android-transparent-status-bar-and-actionbar) –

回答

0

將FLAG設置爲上述OnCreate方法中的Java類。 添加這些線。

this.getWindow().setFlags(WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS, WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS);