All Questions
4 questions
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 ...
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 ...
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 ...
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. ...