fix:【光环助手V5.11.0】前端优化汇总6月第3周(8) https://git.shanqu.cc/pm/halo/halo-app-issues/-/issues/1928
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user