ActionBar SpinnerAdapter Large Branding followed by selection (spinner)
Posted
by
SatanEnglish
on Stack Overflow
See other posts from Stack Overflow
or by SatanEnglish
Published on 2013-10-21T03:37:19Z
Indexed on
2013/10/21
21:54 UTC
Read the original article
Hit count: 231
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
© Stack Overflow or respective owner