相关疑难解决方法(0)

Intermediate Progress不适用于在Gingerbread上运行的ActionBarSherlock

我用我的应用程序设置了ActionBarSherlock,我正在尝试使用Intermediate Progress,我正在使用它:

    requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);    
    setSupportProgressBarIndeterminateVisibility(false);
Run Code Online (Sandbox Code Playgroud)

在我的onCreate中,然后使用:

    setSupportProgressBarIndeterminateVisibility(true);
Run Code Online (Sandbox Code Playgroud)

启用它.

它在ICS中运行良好,但它在Gingerbread或Froyo中根本不起作用,有谁知道如何让它工作?谢谢

java android actionbarsherlock android-actionbar progress-bar

5
推荐指数
1
解决办法
3111
查看次数