在Value中的Style.xml中,添加:
复制代码 代码如下:
<style name="NoTitle" >
<item name="android:windowNoTitle">true</item>
</style>
然后在androidManifest.xml中加入:android:theme="@style/NoTitle"
即可实现
在Value中的Style.xml中,添加:
然后在androidManifest.xml中加入:android:theme="@style/NoTitle"
即可实现