I setup ActionBarSherlock with my app, and I\'m trying to use the Intermediate Progress, I\'m using this:
requestWindowFeature(Window.FEATURE_IN
You need to call supportRequestWindowFeature.
supportRequestWindowFeature
requestWindowFeature is a final method on Activity and couldn't be overriden.
requestWindowFeature
Activity