Full Screen in customize theme

后端 未结 5 1379
慢半拍i
慢半拍i 2020-12-29 20:06

I need my app to show as full screen. Now I know how to add this feature into the application tag in Mainfest using

android:theme=”@android:style/Theme.NoTit         


        
5条回答
  •  南方客
    南方客 (楼主)
    2020-12-29 20:53

    Create your custom theme with parent attribute to inherit NoTitleBar.Fullscreen property from general android theme.

    values/styles.xml

     
       
    
    

    AndroidManifest.xml

     
          ...
    
    

提交回复
热议问题