android:theme="@android:style/Theme.Translucent.NoTitleBar"
即,在AndroidManifest.xml中,写入如下代码:
<activity android:name="randolph"
android:label:"randolph"
android:theme="@android:style/Theme.Translucent.NoTitleBar" >
</activity>
本文介绍如何通过修改AndroidManifest.xml文件中的Activity配置来移除Android应用的标题栏,实现全屏显示效果。
android:theme="@android:style/Theme.Translucent.NoTitleBar"
即,在AndroidManifest.xml中,写入如下代码:
<activity android:name="randolph"
android:label:"randolph"
android:theme="@android:style/Theme.Translucent.NoTitleBar" >
</activity>
13万+

被折叠的 条评论
为什么被折叠?