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.

How to change HomeAsUp indicator in new AppCompat Toolbar?

I wanna change default ActionBar homeAsUp indicator (drawable) in my AppCompat Toolbar. How to achieve that? Only default arrow shows …

android android-actionbar-compat android-toolbar
Android how to get AppCompat.Translucent type theme with support actionbar?

I would like to add the support actionbar to one of my activities, I previously had been using the theme.…

android android-actionbar android-theme android-actionbar-compat
Difference between ActionBarSherlock and ActionBar Compatibility

What is the difference between ActionBarSherlock and Action Bar Compatibility Fews days ago Google just released the ActionBar Compatibility that …

java android actionbarsherlock android-actionbar android-actionbar-compat
Android Back Arrow on Toolbar (AppCompatActivity)

I want to show the back arrow button in my app, but the app crashes when I put this in …

android toolbar android-toolbar android-actionbar-compat appcompatactivity
How to resolve the error "No resource found that matches the given name" when adding library v7 AppCompat in Eclipse?

I have a project target to API Level 10 and i want to implement the new ActionBar support library. After follow …

android eclipse android-actionbar-compat
How to make the Toolbar title clickable exactly like on ActionBar, without setting it as ActionBar?

Background I wish to show an ActionBar on PreferenceActivity, as it's not available for pre-Honeycomb devices (even in the support …

android android-actionbar-compat android-toolbar
Action Bar not showing action view icons

I'm using the new Action Bar Support and all my action views are shown in overflow and not as icons …

android android-actionbar android-support-library android-actionbar-compat
Android: Appcompat 21 how to add shadow on actionbar

I add the new material design actionbar from the new appcompat and I use the new toolbar widget. I set …

android android-5.0-lollipop android-actionbar-compat