Closed LorneLaliberte closed 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?
This is being worked on in #25.
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. :)
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?