关于报错You cannot combine custom titles with other title features


对于这个问题,,产生的原因不知一个,,,,看看你符合那一条:::

one: 在tab中出现的错误

解决办法:http://hi.baidu.com/notenking/item/0fa8cfd84f09e44bdcf9becb

two:4.0以上title冲突问题

解决办法:http://hi.baidu.com/xdyang1986/item/ea5a991c75de477b7b5f25f0

上面的办法能行但是,,,,窗口界面就成小的了;

下面有更好地办法:http://www.apkbus.com/android-80415-1-1.html

这个办法很给力,,解决是解决了,但是又出现了新的问题(针对特殊情况,AndroidManifest.xml 中,android:theme="@style/AppTheme" 不能不换成android:theme="@style/android:Theme.Light",因为我的appTheme里面有其他东西

怎么办:请看此文http://mobile.51cto.com/aprogram-387074.htm看完后与上篇的文章对比总结一下

原来在文件夹关于报错You cannot combine custom titles with other title features_第1张图片l两个中的parent继承的都不是android:Theme,所以把他们都改成android:Theme,然后再把values文件加下的styles中对应的主题下的<item>统统拷贝到这两文件加下的styles  中,,,运行就ok了

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