修改游戏详情下载进度条UI

This commit is contained in:
kehaoyuan@ghzhushou.com
2020-04-29 17:11:24 +08:00
parent ce0957cea7
commit 7d9520d97b
2 changed files with 19 additions and 16 deletions

View File

@ -204,7 +204,7 @@ public class DownloadProgressBar extends ProgressBar {
break;
case DOWNLOADING_PLUGIN:
setProgressDrawable(getResources().getDrawable(R.drawable.detail_downloading_plugin_style));
mDefaultColor = ContextCompat.getColor(getContext(), R.color.text_00D7B0);
mDefaultColor = ContextCompat.getColor(getContext(), R.color.text_00B8B8);
break;
case RESERVABLE:
setProgressDrawable(getResources().getDrawable(R.drawable.button_reserve));