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

I have a SherlockFragmentActivity in which i inflate one optionsMenuItem with ActionProvider @Override public boolean onCreateOptionsMenu(Menu menu) { if (menu == null) return false; final Context context = this; getSupportMenuInflater().inflate(R.menu.activity___,...

Missing-Test-Case

Tha ShareActionProvider button becomes small after use it for first time, when appear the button for most used share app. Tested on Galaxy Nexus with stock 4.2.1: ![Sherlock SAP bug](https://f.cloud.github.com/assets/1750979/14678/283dd92c-466a-11e2-9f08-594befb4080b.jpg)

Missing-Test-Case

10-05 16:51:30.808: E/AndroidRuntime(9701): FATAL EXCEPTION: main 10-05 16:51:30.808: E/AndroidRuntime(9701): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.actionbarsherlock.sample.styled/com.actionbarsherlock.sample.styled.MainActivity}: java.lang.IllegalArgumentException: Wrong state class, expecting View State but received class android.widget.ProgressBar$SavedState instead. This usually happens...

Framework Bug

Can somebody review this: http://stackoverflow.com/questions/15352148/actionbarsherlock-and-custom-textbox-extends-autocompletetextview Bug is easily reproducible - just add AutoCompleteTextView to Overlay example from sample library. If this can't be fixed within the library does anyone have...

Missing-Test-Case

Hi, I have a tab which contains fragment on it. I need to have differents actions in every tabs. If i want to add action item, i override this function...

Missing-Test-Case

Hello, some users with older devices reported me a strange error, causing my app not to start. This error only occurs on Android 2.1 devices (exactly MotoMB511; Android 2.1-update1). The...

Missing-Test-Case

There's some disconnect between ABS and the native action bar when creating and invalidating menus in a manner consistent with a `ViewPager`'s operation. The following example will exhibit all the...

Bug Report

When I add a menu visibility listener to the action bar, the listener only fires when showing a real action bar, and not the compatible one. I reproduced this on...

Not much more to say. openOptionsMenu() method won't show the menu. Here is the usage: @Override public boolean onMenuItemSelected(int featureId, MenuItem item) { switch (item.getItemId()) { case MORE_MENU: openOptionsMenu(); break;...

Missing-Test-Case

Stayled Sample running on 2.3.6 Gingerbread... on ICS/JB with native ab is ok! http://img13.imageshack.us/img13/46/device20121203193115.png http://img38.imageshack.us/img38/2033/device20121203193201.png I make just small changes in main_menu.xml to show the problem...

Missing-Test-Case