今天我开始将应用程序移植到
Android L预览版,以便在最终产品发布时几乎准备就绪.我发现的一个问题是我不能在ActionBar上有一个不确定的进度条.它根本不显示并在logcat上抛出此错误:
E/PhoneWindow﹕ Circular progress bar not located in current window decor
requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS); setProgressBarIndeterminateVisibility(true);
有没有办法让它在Android L中再次运行,还是应该使用外部ProgressBar?
解决方法
我刚刚发现了这个问题并检查了
the bug report.
开发团队似乎认为问题不会得到解决.
那是:
intended as the progress bar features are not supported on Material action bars.
“材料操作栏”应表示4.4(API19)或更高版本的操作栏.