I'm writting a app which allow user switch between two mode: full screen and normal.
For example, when user press 'F' ,app will switch to full screen mode and press 'Esc' it'll back normal mode.
But i can't do this because full screen setting must be called before Activity.setContentView(). Refer Fullscreen
Any other way to do this?
Please help me, thanks!


