Hi Friends I want to know can I change status bar color or make it completely transparent.
I\'ve tried so many things but I can\'t get the fully transparent status b
You don't need to write all these stuff, just add in your kotlin activity
requestWindowFeature(Window.FEATURE_NO_TITLE) getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN)
and in your theme
true