I’m trying to create an activity with action bar tabs and a list similar to the tweetlanes app:

I have read that the action bar only supports tabs or list nav, not both simultaneously. Is there any way to have both? A possible alternative would be to roll my own tabs but I’m not keen on that as i have several tabs so would also have to implement the scrolling behaviour.
Thanks
David
I am pretty sure tweetlanes isn’t using the ActionBar tabs since the tabs do not have a seperator. I would say these are the ViewPageIndicator tabs from Jake Wharton. So you can use them and simultaniously use the list navigation.