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.

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 …

android android-fragments actionbarsherlock
Android Viewpager as Image Slide Gallery

I am using Jake's ViewPageIndicator and want to display Images like a swipe gallery. Any refernce link where i can …

android actionbarsherlock android-viewpager
Remove shadow below actionbar

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

android android-actionbar actionbarsherlock
Actionbar notification count icon (badge) like Google has

Is there a android standard badge or method to show action bar notification icon with a count like on Google …

android notifications icons android-actionbar actionbarsherlock
How to display both icon and title of action inside ActionBar?

I need to display both icon and title of action inside ActionBar. I've tried "withText" option, but it has no …

android android-layout android-actionbar actionbarsherlock android-ui
How to display custom view in ActionBar?

I want to display custom search in actionbar (I'm using ActionBarSherlock for that). I got that: But I want make …

android android-actionbar actionbarsherlock
Hide/Show Action Bar Option Menu Item for different fragments

I have a Sherlock Fragment Activity in which there are 3 Fragments. Fragment A, Fragment B, Fragment C are three fragments. …

android actionbarsherlock android-fragmentactivity
Action Bar's onClick listener for the Home button

How can I implement a custom onClickListener for the Home button of the Action Bar? I already did a getSupportActionBar().…

android android-intent actionbarsherlock onitemclicklistener
Action Bar icon size

According to Action Bar Icons action bar icon for the mdpi screen should be 24 x 24 px but the icons in …

android icons android-actionbar actionbarsherlock