Duplication of menu items with ViewPager and Fragments
- by Julian
I'm building an Android Application (minimum SDK Level 10, Gingerbread 2.3.3) with some Fragments in a ViewPager. I'm using ActionBarSherlock to create an ActionBar and android-viewpagertabs to add tabs to the ViewPager just like in the Market client.
I have one global menu item that I want to be shown on every tab/fragment. On the first of the…