Android4.0上 : 关于you cannot combine custom titles with other title features 错误

此问题通常是requestWindowFeature(Window.FEATURE_CUSTOM_TITLE)引起,2.3上应该没有此错误的。

4.0上为什么会报错,推算PhoneWindow.java改动了,具体代码没详细看。

现说明解决方法:

AndroidMainfest.xml中对应的activity添加风格样式:

android:theme="xxxxx"

 

 

你可能感兴趣的:(Android4.0上 : 关于you cannot combine custom titles with other title features 错误)