且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何使我通过Android清单Android应用程序全屏?

更新时间:2023-02-06 22:21:41

走进清单,并使用全屏幕主题。

Go into the manifest and use a full screen theme.

 <activity
       android:name=".Foo"   
       android:label="@string/foo" 
       android:theme="@android:style/Theme.NoTitleBar.Fullscreen">