android:theme=“@android:style/Theme.NoTitleBar.Fullscreen” works on Application level but not at the activity level. Any clue?

后端 未结 5 1531
清歌不尽
清歌不尽 2020-12-05 11:37

I need to make one of my activities called MyNoStatusBarActivity.java a full-screen activity.

I have added in the Manifest :



        
5条回答
  •  遥遥无期
    2020-12-05 12:11

    This will fix your problem

    just change in your manifest @android:style... for @style/..

    
        ...
    
    

提交回复
热议问题