johannilsson / android-actionbar

DEPRECATED Android Action Bar Implementation
1.3k stars 564 forks source link

Support List Navigation Mode (title as drop down) #23

Closed LorneLaliberte closed 13 years ago

LorneLaliberte commented 13 years ago

The library still needs to support NAVIGATION_MODE_LIST as described here:

http://developer.android.com/guide/topics/ui/actionbar.html#Dropdown

Support for list navigation exists in ActionBarSherlock (https://github.com/JakeWharton/ActionBarSherlock) but this library doesn't seem to provide an implementation for that navigation mode?

JakeWharton commented 13 years ago

This is being worked on in #25.

LorneLaliberte commented 13 years ago

Yep, thanks Jake! I just spotted the pull request this morning. I'm really glad I checked before continuing with my own implementation, this will save me a lot of work. :)