I'm trying to create Navigation at ActionBar with Google Music Style.
I've tried 2 different ways how to do it, but no one satisfied me at all:
Set
bar.setNavigationMode(ActionBar.NAVIGATION_MODE_LIST)
and connect it withSpinnerAdapter
. It seems quite good, but I want 2 rows inDropDownMenu
.Create my own ActionBar layout with
Spinner
inside, but It's underlined and icon is missing. It's even harder to work with and more messy solution then first approach.
Has anyone idea how to solve this problem? Thanks in advance.