About the Full Screen And No Titlebar from manifest

后端 未结 5 1095
北海茫月
北海茫月 2020-12-01 11:53

I want to set my application to full screen view. I got the idea to set it in an individual activity using FullScreen and NoTitlebar, but i want to

5条回答
  •  遥遥无期
    2020-12-01 12:22

    To set your App or any individual activity display in Full Screen mode, insert the code

    
    

    in AndroidManifest.xml, under application or activity tab.

提交回复
热议问题