I can only set my Activity to Full Screen in onCreate method (before setContentView)?
Is there any way I can set to full screen outside of onCreate?
Thanks
I can only set my Activity to Full Screen in onCreate method (before setContentView)?
Is there any way I can set to full screen outside of onCreate?
Thanks
The docs for
Window.requestFeature
says:so no, I don't believe there is another way to set to full screen after you call
setContentView
.Is possible! Adding this code.
Use this before setting layout .Because you are trying to set your layout into fullscreen. Why you need outside of on create method ? ...
Try this: