Top "Actionbarsherlock" questions

ActionBarSherlock is an extension of the compatibility library designed to facilitate the use of the action bar design pattern across all versions of Android with a single API.

getSupportFragmentManager() is undefined

I'm getting the following error: "The method getSupportFragmentManager() is undefined for the type new View.OnClickListener(){}" in my fragment file …

android android-fragments actionbarsherlock android-dialogfragment
Android ActionBar Customize Search View

--- SOLVED THE PROBLEMS - ADDED THE ANSWERS IN EDIT TEXT --- I'm using the ActionBar Sherlock in my Android …

android customization actionbarsherlock searchview
Change Action Bar Title color

My code is as below and while it works ( when I change the parent Theme to Theme.Sherlock or Theme.…

android android-actionbar actionbarsherlock
Transparent Actionbar: custom tabcolor

I want to create an ActionBar with tabs that are transparent, with #3b000000. Something like this, but with tabs below …

android actionbarsherlock
ActionBar - custom view with centered ImageView, Action Items on sides

I have a requirement to center a custom logo (using an ImageView) in the Actionbar for the "Home" activity. I'm …

android android-actionbar actionbarsherlock
Gradle location is incorrect error while importing ActionBarsherlock in Android Studio

I'm also trying to import the ABS in new updated Android Studio. I'm following this tutorial. but on step Adding …

android actionbarsherlock android-studio
Animated Icon for ActionItem

I have been searching everywhere for a proper solution to my problem and I can't seem to find one yet. …

android android-animation actionbarsherlock
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
Android: getSupportActionBar() always returns null in ActionBarSherlock library

I'm trying to use the ActionBarSherlock library to provide backwards compatible ActionBar support with tabs in my Android app, so …

android android-actionbar actionbarsherlock
Android Studio Manifest Missing Error In Gradle

I'm trying to figure out what I've done to my project. I recently added ActionBarSherlock to my project under the …

android gradle actionbarsherlock android-studio android-manifest