I've Changed Tabs Order, And Now Can't Set Actionbar Sherlock Properly
In my project, I use actionbarsherlock to show a context menu at the upper side, and a tabhost to show navigate options at the bottom (each tab loads a fragment). At first, my defa
Solution 1:
I've overrided onPrepareOptionsMenu only at the first tab's fragment, and also changed setTitle to bar.setTitle at MainActivity's onPageSelected method
Post a Comment for "I've Changed Tabs Order, And Now Can't Set Actionbar Sherlock Properly"