”You cannot combine custom titles with other title feature“ 和 TabActivity

1.在使用TabActivity的时候,如果要自定义title的话,只能 在TabActivity里面去自定义,不能在子activity里面定义,否则出现上面错误;

2. 在TabActivity里面去自定义title会导致多个子activity共享一个title;

3.如果不想共享一个title,又不想出现“You cannot combine custom titles with other title feature”的错误,可以在每一个子activity的布局里面加一个top bar,然后去掉TabActivity的title就可以了。

你可能感兴趣的:(”You cannot combine custom titles with other title feature“ 和 TabActivity)