Intermediate Progress doesn't work with ActionBarSherlock running on Gingerbread

前端 未结 4 1745
长发绾君心
长发绾君心 2021-01-18 19:33

I setup ActionBarSherlock with my app, and I\'m trying to use the Intermediate Progress, I\'m using this:

    requestWindowFeature(Window.FEATURE_IN         


        
4条回答
  •  無奈伤痛
    2021-01-18 20:03

    I'm sure you've probably figured it out by now, but the most likely culprit is you including the wrong file because it's so easy to do automatically.

    Replace any import of android.view.Window with com.actionbarsherlock.view.Window and the needed features will work.

提交回复
热议问题