I\'m trying to implement ActionBarSherlock because I was told it is relatively easy to implement and customize. I\'ve found it was pretty easy to implement, but I\'m trying
The code mentioned by Jake Wharton is true. But when applying the code to the styles.xml may not work if you have minSDK<11 because android:actionBarStyle is supported in API-11+
To solve that error:
Make a folder of values-v11 in your res folder and create the XML file as mentioned above.