ActionBarSherlock icon indicating copy to clipboard operation
ActionBarSherlock copied to clipboard

[DEPRECATED] Action bar implementation which uses the native action bar on Android 4.0+ and a custom implementation on pre-4.0 through a single API and theme.

Results 91 ActionBarSherlock issues
Sort by recently updated
recently updated
newest added

We are still using the ActionBarSherlock (and currently cannot change to anything else due to customer restrictions) but with the recent release of Android 7.0, we are seeing issues on...

I try to use seacrhview supported by ActionBarSherlock, but encount problem unexpected。 After i set OnQueryTextListener ,it call OnQueryTextListener twice in ZTE930 and samsung note2 but work fine in my...

I picked the code from the demo SearchViews below and added a single line setQuery to searchView in onCreateOptionsMenu method. It didn't work. In fact I see that at least...

.mAdded cannot be resolved

What is the AlertDialogue theme and pop up menu theme used in the sherlock library . I want to replicate the same behaviour when using the appcompat

Hello I am using Sherlock library to achieve the ActionBar Tabs. Here I am setting custom title and want to hide the icon at the title bar but some issue...

I'm trying to add content descriptions to a few tabs but they aren't showing up once the application is run. In the activity: ``` java TabsAdapter tabsAdapter = new TabsAdapter(this,...