在Value中的Style.xml中,添加:
代码如下:
style name="NoTitle"
item name="android:windowNoTitle"true/item
/style
然后在androidManifest.xml中加入:android:theme="@style/NoTitle"
(本文来源于图老师网站,更多请访问http://m.tulaoshi.com/bianchengyuyan/)即可实现
在Value中的Style.xml中,添加:
代码如下:
style name="NoTitle"
item name="android:windowNoTitle"true/item
/style
然后在androidManifest.xml中加入:android:theme="@style/NoTitle"
(本文来源于图老师网站,更多请访问http://m.tulaoshi.com/bianchengyuyan/)即可实现