Hi I am trying to create a transparent status bar for my latest project but I am not able to find a solution for my Api level 16. Can any one give me a solution to create a transparent status bar.
Asked
Active
Viewed 978 times
0

Jeffrey Rajan
- 4,391
- 4
- 27
- 37
-
3Possible duplicate of [Android transparent status bar and actionbar](http://stackoverflow.com/questions/29907615/android-transparent-status-bar-and-actionbar) – Diogo Rocha Apr 24 '16 at 02:49
1 Answers
0
set FLAG to your Java Class above OnCreate Method. Add those Line.
this.getWindow().setFlags(WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS, WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS);

Kishankumar Vasoya
- 936
- 7
- 7