Top "Android-actionbar-compat" questions

ActionBar implementation from Android Support Library component that provides an ActionBar for applications built for Android 2.1 (API level 7) and higher.

ActionBar 'up' button destroys parent activity, 'back' does not

I have a relatively simple Android app with one Activity showing a list of items and another showing details of …

android android-actionbar android-actionbar-compat
Actionbar menuitem text is uppercase

I have a menu item in my actionbar that shows only the text of the item - not the icon. …

android android-actionbar android-appcompat android-actionbar-compat
Android ActionBar's custom view not filling parent

Similar to the question here, but has some key differences. Most notably being that the accepted answer did work until …

android android-support-library android-5.0-lollipop android-actionbar-compat
Android ActionBarCompat library

I'm having trouble using ActionBarCompat support library which was released yesterday. I have updated support repository and included path to …

android android-studio android-actionbar-compat
The hierarchy of the type activity is inconsistent when extending ActionBarActivity

Hi I've got new v7 support library with appcompat actionbar and when I want to extend from ActionBarActivity as documented …

android android-support-library android-actionbar-compat
android.support.v7.widget.Toolbar icon alignment issue

Using the new Android 5.0 Toolbar approach, and following the Google IO example, I'm setting a navigation icon and a spinner …

android android-5.0-lollipop android-toolbar android-appcompat android-actionbar-compat
Actionbar items are duplicating

I have Action Bar in my application. I am adding action items using menu.xml. I am using action bar-compat …

android android-fragments android-actionbar android-actionbar-compat
getSupportActionBar().setCustomView(view) does not fill entire actionbar

I'm trying to set the customview of my app and the layout i made does not fill the entire actionbar. …

android android-styles android-actionbar-compat android-actionbaractivity
ActionBarCompat: Hide ActionBar before activity is created (bug?)

So I was using the ActionBarSherlock and decided to switch to the new ActionBarCompat. With ABS, hiding the ActionBar was …

android android-actionbar android-actionbar-compat
Calling setDisplayHomeAsUpEnabled for fragments in ActionBarCompat

I am using ActionBarCompat. When I load a child fragment, I want the home button to work as the up …

android android-fragments android-actionbar-compat