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.

How do I declare an extended height Toolbar/Action Bar on Android Lollipop?

I've seen extended height app bar's in the Google Design App Bar guidelines. How do I implement these in Android …

android android-actionbar
Handling ActionBar title with the fragment back stack?

I have an Activity where I load in a ListFragment and, upon clicking, it drills down a level and a …

android android-fragments android-actionbar actionbarsherlock
Center Align title in action bar using styles in android.

Hi I am developing android application. In my application I am using action bar. I want to make center align …

android android-actionbar title center-align
Set OnClick Listener on Action Bar Title in Android

I am working on android application where I am using ActionBar so there one is navigation drawer icon to open …

android android-actionbar android-appcompat android-actionbar-compat android-actionbaractivity
How to dismiss keyboard in Android SearchView?

I have a searchView in the ActionBar. I want to dismiss the keyboard when the user is done with input. …

android android-actionbar android-3.0-honeycomb searchview
Android - Correct use of invalidateOptionsMenu()

I have been searching a lot on invalidateOptionsMenu() and I know what it does. But I cannot think of any …

android android-actionbar xamarin android-menu android-optionsmenu
How to add a SearchWidget to the ActionBar?

I'm trying to add a Search-ActionView to my application (as explained here http://developer.android.com/guide/topics/search/search-dialog.…

android nullpointerexception android-actionbar searchview
Positioning menu items to the left of the ActionBar in Honeycomb

I want to position some menu items to the left of Honycomb's ActionBar, but have found no documentation showing how …

android android-3.0-honeycomb android-actionbar
Show popup menu on `ActionBar` item click

I have an ActionBar with an action item on it. After clicking on the action item, I want to show …

android android-actionbar popupmenu
Put a progressBar on ActionBar

I am trying to put an indeterminate ProgressBar on the actionBar. I was using an actionView to put the progressBar …

android android-actionbar actionbarsherlock