fix:【光环助手V5.11.0】前端优化汇总6月第3周(8) https://git.shanqu.cc/pm/halo/halo-app-issues/-/issues/1928

This commit is contained in:
leafwai
2022-06-24 13:57:30 +08:00
parent ea0633e903
commit 3df078bbd6
2 changed files with 3 additions and 2 deletions

View File

@ -185,8 +185,8 @@ public class DownloadProgressBar extends ProgressBar {
setProgress(0);
break;
case NONE:
setProgressDrawable(getResources().getDrawable(R.drawable.button_border_gray_oval));
mDefaultColor = ContextCompat.getColor(getContext(), R.color.hint);
setProgressDrawable(getResources().getDrawable(R.drawable.bg_shape_f5_radius_999));
mDefaultColor = ContextCompat.getColor(getContext(), R.color.text_subtitleDesc);
setProgress(0);
break;
case LAUNCH_OR_OPEN: