标签:android style blog io color ar 使用 sp strong
注意这句一定要写在setContentView()方法的前面,不然会报错的
可以看出,这样写的话,整个应用都会去掉标题栏,如果只想去掉某一个Activity的标题栏的话,可以把这个属性加到activity标签里面
修改AppTheme
<style name="AppTheme" parent="AppBaseTheme"> <item name="android:windowNoTitle">true</item> <!-- All customizations that are NOT specific to a particular API-level can go here. --> </style>
标签:android style blog io color ar 使用 sp strong
原文地址:http://www.cnblogs.com/cherryhimi/p/4086565.html