ProgressBar pb = new ProgressBar(context, null, android.R.attr.progressBarStyleHorizontal); 注意第三个参数就是指定style, 要不然显示不正确! 相关文章: