Top "Android-actionbar" questions

The ActionBar is Android's window feature that identifies the application and user location, and provides user actions and navigation modes.

Styling indeterminate progressbar on ActionBar

I would like to put a progressBar on the action bar but setting requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS); setProgressBarIndeterminateVisibility(true); …

android android-actionbar android-progressbar
How can I customize the Action Mode's color and text?

The default action mode (3.0 and up) comes with a green theme and a 'Done' button on the left side. How …

android android-actionbar android-3.0-honeycomb android-actionmode
Android ActionBar tabs set initially selected tab

I have noticed that when using actionBar.setSelectedNavigationItem(x) in the onCreate() method of my Activity, the tab item at …

android android-actionbar android-tabs
How to add dividers between specific menu items?

Background I have a menu item in the action bar (toolbar actually) that when clicked, shows a list of items …

android android-actionbar submenu android-toolbar divider
Changing ActionBar tabs underline color programmatically

I have created the action bar by ActionBar actionbar = getActionBar() The background of the action bar is changed by actionbar.…

android android-actionbar android-tabs
ActionBar in a DialogFragment

In the Calendar app on my Galaxy Tab 10.1, when creating a new event a dialog comes up with Done and …

android android-actionbar android-dialogfragment
Android - ActionBar SearchView suggestions with a simple String array

I want to implement an ActionBar Search Widget with suggestions ability. I already have a string array stored in my …

android android-actionbar ormlite searchview
How to get text on an ActionBar Icon?

I want something like this: The 3rd icon is for notifications and it is just a png image now. Is …

android android-actionbar actionbarsherlock
Show Menu item always in support action bar

I am working on android application . I have implemented supported action bar in it .I want to show option menu …

android android-actionbar optionmenu
Change Toolbar background color programmatically does not change Toolbar Title Background color

I´m trying to change the toolbar Background color programmatically by doing this: getSupportActionBar().setBackgroundDrawable(newColorDrawable(getResources().getColor(R.color.…

android android-actionbar android-toolbar