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.

android title won't show in toolbar

I have an xml that I use with so many activities with fragments file but my problem is that I …

android android-actionbar toolbar android-actionbar-compat android-toolbar
How to customize individual tabs? (changing background color, indicator color and text color)

In this link : How do I apply a style programmatically? Kevin Grant gave a explaination to this question my problem …

android android-viewpager android-tabs android-actionbar-compat
How to get ActionBar view?

I'm using the Showcase library to explain my application feature to the user. In some point I need to dim …

android view android-actionbar android-actionbar-compat showcaseview
Action Bar Fragment Activity

I'm triying to migrate my app from actionbarsherlock to Google's actionbarcompat, but ActionBarFragmentActivity does not exist. Do I have to …

android android-actionbar-compat
Android Support Toolbar colorControlNormal color

I would like to set my spinner drop down color to white, whilst keeping the other elements in my theme …

android android-actionbar android-5.0-lollipop android-actionbar-compat android-toolbar
Android: How to/Tutorial for changing ActionBar to ActionBarCompat (Toolbar)?

I've been stuck on this, checked the official guidance, etc. Any tutorials/what are the steps to change from ActionBar …

android android-actionbar toolbar android-actionbar-compat android-toolbar
Custom (gradient) background of ActionBar Compat

I am using Action Bar Compat so that my action bar with navigation drawer was backward compatible down to API …

android background android-actionbar-compat shapedrawable
Hide Action Bar in a Fragment Activity

I am creating the framework for an app and wish to hide the action bar for the login activity. The …

android android-fragmentactivity android-actionbar-compat android-actionbaractivity
ActionBarCompat - how to use it

I'm trying to use ActionBarCompat on my own project. I've already opened the sample project (http://developer.android.com/resources/…

android android-actionbar android-actionbar-compat
Toggle Navigation Drawer 'open' on Button/ Image click

I've created a fragment that is hooked to an XML containing one image view. A navigation drawer (using actionbar compat) …

android android-fragments navigation-drawer android-actionbar-compat