在android中,不显示标题的方法

在Value中的Style.xml中,添加:   

<style name="NoTitle" >
       <item name="android:windowNoTitle">true</item>
</style>

然后在androidManifest.xml中加入:android:theme="@style/NoTitle"

即可实现

 

posted on 2013-05-13 20:33  3G时代的码农工  阅读(135)  评论(0编辑  收藏  举报