Full Screen in customize theme

后端 未结 5 1378
慢半拍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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-29 21:05

    in style.xml add

    true
    

    to your theme. Example:

    
    

提交回复
热议问题