I need to make one of my activities called MyNoStatusBarActivity.java a full-screen activity.
MyNoStatusBarActivity.java
I have added in the Manifest :
This will fix your problem
just change in your manifest @android:style... for @style/..
...