I have two actions.
The first extends SherlockListActivity, and the second extends SherlockFragmentActivity. Firstly, I can set the title and subtitle of my actionBar, like this getSupportActionBar.setTitle("some Title"); and it works great.
When I do the same in my second Office, the name will not change (I mentioned before the supers of my classes, if this is relevant to the problem).
Why is this happening?
Thanks in advance.
EDIT: ok I just found out what the problem is. I add some tabs to my actions, so when I try to set the title, it becomes hidden (I think), is there any way to overcome this problem?
source share