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.

InflateException: Couldn't resolve menu item onClick handler

I asked this question 6 years ago. In the meantime Android development best practices have changed, and I have become a …

android android-actionbar actionbarsherlock
How can I use onCreateOptionsMenu in a Fragment within a tab Activity? (Sherlock ActionBar)

I have the following method overridden in my tab Activity and it works fine like that but I want specific …

android android-fragments actionbarsherlock android-optionsmenu
Switching fragments within tab

I'm creating an app that uses ActionBarSherlock. The app consists of three tabs, and in each of them, multiple screens …

android tabs actionbarsherlock
Android ActionbarSherlock SearchView

Can we implement SeachView in Android 2.2 using ActionbarSherlock. I am using following code, it is working fine in 3.0 but not …

android actionbarsherlock
Android statusbar overlay with ActionBar

I know that I can make the ActionBar overlay using requestFeature(Window.FEATURE_ACTION_BAR_OVERLAY) and can toggle/show …

android android-actionbar actionbarsherlock
Unable to execute dex: Multiple dex files define Lcom/actionbarsherlock/R$attr

I have created a library project for my app. When I try to add the library to a project, I …

android eclipse actionbarsherlock dex
Android Actionbar Sherlock with Tabs

I am trying to implement ActionBar Sherlock with Tabs below that as shown in the above wire-frame. Should i use …

android android-fragments actionbarsherlock android-viewpager android-tabs
findViewById for MenuItem returns null

This is my xml file for the ActionBar menu. <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://…

android android-actionbar actionbarsherlock
Overriding onOptionsItemSelected from SherlockFragmentActivity

Yesterday, I found a great library that allowed me to have a "facebook menu" with a button on the top …

android actionbarsherlock
Custom Home Icon in Action Bar Sherlock

I am trying to set custom icon for home icon using ActionBarSherlock library. I have tried to set custom layout …

android drawable android-actionbar actionbarsherlock