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 to add Action bar options menu in Android Fragments

I am trying to have a options menu in Android Fragments. ActionBar options menu are not displaying in my Fragments. …

android android-fragments android-actionbar android-optionsmenu
Android transparent status bar and actionbar

I've done a few researches on this topic and I couldn't find a complete solution so, step by step and …

android android-actionbar android-toolbar android-appcompat android-statusbar
ActionBarActivity is deprecated

Actually there is no problem. Project compiles and runs. But I can't understand what is mean strikeout class name (Android …

android android-studio android-actionbar deprecated
How to display both icon and title of action inside ActionBar?

I need to display both icon and title of action inside ActionBar. I've tried "withText" option, but it has no …

android android-layout android-actionbar actionbarsherlock android-ui
Manage toolbar's navigation and back button from fragment in android

All of my fragments are controlled through ActionBarActivity (mainActivity), inside mainActivity a DrawerLayout is implemented and all the child fragments …

android android-actionbar navigation-drawer android-fragmentactivity android-toolbar
How to implement DrawerArrowToggle from Android appcompat v7 21 library

So now that Android 5.0 was released i was wondering how to implement the animated actionbar icons. This library here implements …

android android-actionbar android-5.0-lollipop android-appcompat drawertoggle
How to display custom view in ActionBar?

I want to display custom search in actionbar (I'm using ActionBarSherlock for that). I got that: But I want make …

android android-actionbar actionbarsherlock
"No resource identifier found for attribute 'showAsAction' in package 'android'"

I am attempting to update my android application to look better for tablets running Honeycomb. As such, I am targeting …

android android-layout android-actionbar android-menu
How to align title at center of ActionBar in default theme(Theme.Holo.Light)

I searched a lot but can not find a way, How can I set then title at center of ActionBar …

android android-actionbar alignment center title
How to update a menu item shown in the ActionBar?

I have an Activity that has 2 fragments. Both are ListFragments and both contribute MenuItems to the Menu. I have one …

android menu android-fragments android-actionbar