You cannot combine custom titles with other title feature

来源:互联网 发布:我欲封天灵宠进阶数据 编辑:程序博客网 时间:2024/05/23 02:06
今天在写自定义标题栏的代码出现了一下错误:“You cannot combine custom titles with other title feature”。这个问题在开发中还不是很常见。经过查资料和检查自己的代码发现,问题的原因在于:在我设置customtitlebar的activity中设置了“android:theme="@android:style/Theme.NoTitleBar.Fullscreen"属性。与requestWindowFeature(Window.FEATURE_CUSTOM_TITLE);冲突,才产生了以上错误。呵呵只要把设置NoTitleBar属性去掉就可以解决问题喽。
原创粉丝点击