Questions tagged [actionbarsherlock]

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.

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.

The library will automatically use the native action bar when appropriate or will automatically wrap a custom implementation around your layouts. This allows you to easily develop an application with an action bar for every version of Android from 2.x and up.

For more information please see the project's website at actionbarsherlock.com.

Check: usage of ActionBarSherlock and Download ActionBarSherlock

Bugs should be filed on the GitHub project page if you determine through your question that one has been found.

3281 questions
435
votes
14 answers

Fragment MyFragment not attached to Activity

I've created a small test app which represents my problem. I'm using ActionBarSherlock to implement tabs with (Sherlock)Fragments. My code: TestActivity.java public class TestActivity extends SherlockFragmentActivity { private ActionBar…
nhaarman
  • 98,571
  • 55
  • 246
  • 278
219
votes
14 answers

Remove shadow below actionbar

I use actionbarsherlock. The piece of code below is responsible for changing it's background to a custom one.