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.

Android Navigation Drawer on top ActionBar

I'm trying to make the navigation drawer over the action bar when it was slide to the right like this …

android navigation android-actionbar drawer
How to change size of title's text on Action Bar?

There is an ActionBar on each Android 4.0 application, and it got a title. I need to make this size less. …

java android android-actionbar text-size
(Deprecated) Fragment onOptionsItemSelected not being called

EDIT: This question was for the deprecated sherlock action bar. Android support library should be used instead now I have …

android android-fragments android-actionbar
How To show icons in Overflow menu in ActionBar

I know it's not possible using the native API. Is there a workaround to implement that kind of view?

android actionbarsherlock android-actionbar android-menu
Changing overflow icon in the action bar

Is it possible to change the overflow icon in the action bar? I have blue icons for all ActionBar items …

android android-3.0-honeycomb android-actionbar android-4.0-ice-cream-sandwich
Change ActionBar title text color using Light.DarkActionBar theme in AppCompat 21

I'm using the v7 appcompat 21 library to use the new Material styles on pre-Lollipop devices. My styles.xml looks like …

android android-actionbar android-appcompat android-actionbar-compat material-design
How to fix getActionBar method may produce java.lang.NullPointerException

I am using a toolbar as my actionbar in an activity. I am trying to add the method getActionBar().setDisplayHomeAsUpEnabled(…

android android-actionbar toolbar
How did Google manage to do this? Slide ActionBar in Android application

I really want to implement this (the side navigation) in an app of my own, does anyone know how Google …

android android-layout android-widget android-actionbar android-side-navigation
Remove application icon and title from Honeycomb action bar

How can I remove the application icon & title which comes by default in an action bar? There is a …

android android-actionbar android-3.0-honeycomb
How to remove title bar in android?

I want to do android program that contains no title bar. For some reason I cant remove title bar. I …

android xml android-actionbar titlebar