About the Full Screen And No Titlebar from manifest

后端 未结 5 1098
北海茫月
北海茫月 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:37

    In AndroidManifest.xml, set android:theme="@android:style/Theme.NoTitleBar.Fullscreen"in application tag.

    Individual activities can override the default by setting their own theme attributes.

提交回复
热议问题