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 with- SpinnerAdapter. It seems quite good, but I want 2 rows in- DropDownMenu. 
- Create my own ActionBar layout with - Spinnerinside, 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.