我用我的应用程序设置了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