Intermediate Progress doesn't work with ActionBarSherlock running on Gingerbread

前端 未结 4 1717
长发绾君心
长发绾君心 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:00

    You need to call supportRequestWindowFeature.

    requestWindowFeature is a final method on Activity and couldn't be overriden.

提交回复
热议问题