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.

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
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
No resource found - Theme.AppCompat.Light.DarkActionBar

I used ActionBar Style Generator, and now trying to use into my app, but getting : error: Error retrieving parent for …

android android-actionbar-compat
Change Toolbar color in Appcompat 21

I am testing out the new Appcompat 21 Material Design features. Therefore I've created a Toolbar like this: <android.support.…

android android-actionbar android-appcompat android-actionbar-compat android-toolbar
Toolbar navigation icon never set

I'm trying the new Toolbar component and having some trouble with the navigation icon. I want to implement a custom …

android material-design android-toolbar android-appcompat android-actionbar-compat
Android: remove left margin from actionbar's custom layout

I am using a custom actionbar view, and as you can see in the screenshot below, there is a blank …

android xml android-actionbar-compat
getSupportActionBar() The method getSupportActionBar() is undefined for the type TaskActivity. Why?

I was recommended to extend my Activity class from ActionBarActivity Here is the previous code: import android.support.v7.app.…

android android-actionbar-compat
getSupportActionBar from inside of Fragment ActionBarCompat

I'm starting a new project that uses the AppCompat/ActionBarCompat in v7 support library. I'm trying to figure out how …

android android-fragments android-support-library android-actionbar-compat
Android 4.3 menu item showAsAction="always" ignored

I'm using the new v7 appcompat library available starting from Android 4.3 (API level 18). Regardless of what is specified in showAsAction …

android menuitem android-support-library android-actionbar-compat
Use Tab with new ToolBar (AppCompat v7-21)

I was using SupportActionBar with tabs and a custom ActionBar theme (created with http://jgilfelt.github.io/android-actionbarstylegenerator/), that show …

android tabs android-support-library android-appcompat android-actionbar-compat