I use Action Bar Sherlock library to add an action bar to my layout. I set the navigation mode to ActionBar.NAVIGATION_MODE_LIST and use a custom adapter to populate the navigation spinner.
the problem is that when a spinner item text is too long, it does not appear completely.
I want it to be like a marquee, how can this be done ?
Thanks