[android-developers] Re: ActionBar and Tabs question:

2012-04-03 Thread Spencer
Have you found a solution to this problem? I'm looking to do the same thing, and emil10001's reply doesn't really address what you're asking for. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android

[android-developers] Re: ActionBar and Tabs question:

2012-03-01 Thread emil10001
Here's a tutorial that I just wrote on how to do this: http://feigdev.com/blogs/2 -John On Wednesday, February 29, 2012 11:43:48 AM UTC-5, Craig Smith wrote: > > Just put the modes in drop down beside the category in the Action Bar. > > It still looks good that way, even with another set of cli

[android-developers] Re: ActionBar and Tabs question:

2012-02-29 Thread Craig Smith
Just put the modes in drop down beside the category in the Action Bar. It still looks good that way, even with another set of clicks. -Craig On Feb 29, 9:07 am, Mark Winchester wrote: > I'm having trouble with the ActionBar and tabs, trying to get the look and > feel that I've got in mind.  I w

[android-developers] Re: ActionBar and Tabs question:

2012-02-29 Thread emil10001
I just posted a sample project on my github that demos how to do this: https://github.com/emil10001/SimpleActionBarTabs -John On Wednesday, February 29, 2012 10:07:42 AM UTC-5, Mark Winchester wrote: > > I'm having trouble with the ActionBar and tabs, trying to get the look and > feel that I've

[android-developers] Re: ActionBar and Tabs question:

2012-02-29 Thread emil10001
Take a look at the demos available for ActionBarSherlock. It may not be exactly the same if you aren't using that lib, but he tries to get very close to the normal experience. Anyway, from what I've seen (I'm using a Nav List in my ActionBar), you get