0

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. here is the sample

Jeffrey Rajan
  • 4,391
  • 4
  • 27
  • 37
  • 3
    Possible 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 Answers1

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);