You cannot combine custom titles with other title features

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>


你可能感兴趣的:(You cannot combine custom titles with other title features)