ActionBar SpinnerAdapter Large Branding followed by selection (spinner)
- by SatanEnglish
I'm trying to implement a spinner In the action bar that has brand Name above it.
With the ActionBar setListNavigationCallbacks method if possible
actionBar.setNavigationMode(ActionBar.NAVIGATION_MODE_LIST);
actionBar.setListNavigationCallbacks(mSpinnerAdapter, null);
Can anyone give me an Idea of how to do this?
I would put some code here but I have no idea where to begin as I have not managed to find relevant information yet.
Edit: Using V4.0