Fullscreen Activity in Android?

后端 未结 30 2220
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-22 00:12

How do I make an activity full screen? I mean without the notification bar. Any ideas?

30条回答
  •  既然无缘
    2020-11-22 00:44

    If you don't want to use the theme @android:style/Theme.NoTitleBar.Fullscreen because you are already using a theme of you own, you can use android:windowFullscreen.

    In AndroidManifest.xml:

    
    
    

    In styles.xml:

    
    

提交回复
热议问题