Skip to main content

All Questions

Filter by
Sorted by
Tagged with
3 votes
0 answers
377 views

Using a spinner in combination with tab strip for navigation

How do Google apps, like Google Play Music for example, combine both the Spinner in the action bar with below a fixed tab strip? Does it use setNavigationMode(NAVIGATION_MODE_LIST), in combination ...
tvanlaerhoven's user avatar
0 votes
2 answers
2k views

Is it possible to add a spinner to a tab in android actionbar?

I have an actionbar which contains three tabs, I'm looking into adding a spinner to each of the tabs for a simpler UI. All examples I've seen so far only show how to add a spinner to an actionbar but ...
macbug's user avatar
  • 121
2 votes
0 answers
356 views

How do I achieve Google Maps like ActionBar view with ActionSherlock?

What I need to achieve: A custom spinner like this layout Activate an option in this spinner may direct the user to a swipe tab view like in this layout (OFFLINE - STARRED - RECENT tabs) What I ...
Nghung's user avatar
  • 105
0 votes
1 answer
4k views

Action Bar .selectTab() and .setSelectedNavigationItem() not working

I have an ActionBar with multiple tabs, each linked to a fragment. The problem I have is that when I use either bar.selectTab(Tab) or bar.setSelectedNavigationItem(int), it doesn't work. ...
rmirabelle's user avatar
  • 6,446