You cannot combine custom titles with other title feature..

You cannot combine custom titles with other title feature..
这个问题好像问的比较多,解决的少。

问题的原因是你为一个activity设置了两个title,,所以这个问题在tab中出现的频率较高。

一般dever可能是在具体的activity中设置cutsom title的属性,这样在tab中的activity(显示应用的名称的)和这个custom title(自定义的)就是两个了。

解决办法是在tab所在的activity中设置custom title.而不要再具体的activity中设置。

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