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.

Can't Find Theme.AppCompat.Light for New Android ActionBar Support

I am trying to implement the new ActionBar support library that was released by Google a couple days ago. In …

android android-actionbar android-theme android-actionbar-compat
How do I change the background color of the ActionBar of an ActionBarActivity using XML?

Details: I'm extending ActionBarActivity. Eclipse and SDK fully patched as of 2011-11-06. <uses-sdk android:minSdkVersion="4" android:targetSdkVersion="14" /> …

android android-actionbar android-theme android-styles
Display Back Arrow on Toolbar

I'm migrating from ActionBar to Toolbar in my application. But I don't know how to display and set click event …

android android-actionbar android-actionbar-compat android-toolbar
How to change the text on the action bar

Currently it just displays the name of the application and I want it to display something custom and be different …

android android-actionbar
How do I change the android actionbar title and icon

I'm trying to do some things on the ActionBar in Android. I've already added new items in the right side …

android android-layout android-actionbar
This Activity already has an action bar supplied by the window decor

Trying to move over my stuff to use Toolbar instead of action bar but I keep getting an error saying …

android android-actionbar material-design android-5.0-lollipop android-toolbar
How do I hide a menu item in the actionbar?

I have an action bar with a menuitem. How can I hide/show that menu item? This is what I'm …

android android-actionbar menuitem android-menu
Display back button on action bar

I'm trying to display a Back button on the Action bar to move previous page/activity or to the main …

android android-actionbar android-homebutton
How to hide action bar before activity is created, and then show it again?

I need to implement splash screen in my honeycomb app. I use this code in activity's onCreate to show splash: …

android android-3.0-honeycomb android-actionbar
ActionBar text color

how can I change the text color of the ActionBar? I've inherited the Holo Light Theme, I'm able to change …

android android-actionbar android-3.0-honeycomb android-text-color