http://www.apkbus.com/forum.php?mod=viewthread&tid=19404
在style.xml中修改加入这句“ <item name="android:windowActionBar">false</item>”
<style name="AppTheme" parent="AppBaseTheme">
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
<item name="android:windowActionBar">false</item>
</style>
本文介绍如何在style.xml文件中通过设置属性android:windowActionBar为false来禁用应用的主题ActionBar。

804

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



