【光环助手V5.4.0】儿童/青少年模式(客户端展示,未对接设置页面)https://git.ghzs.com/pm/halo-app-issues/-/issues/1571
This commit is contained in:
@ -40,6 +40,7 @@ public class DownloadProgressBar extends ProgressBar {
|
||||
RESERVED,
|
||||
H5_GAME,
|
||||
UPDATING,
|
||||
TEENAGER_MODEL,
|
||||
|
||||
XAPK_UNZIPPING,
|
||||
XAPK_SUCCESS,
|
||||
@ -229,6 +230,10 @@ public class DownloadProgressBar extends ProgressBar {
|
||||
setProgressDrawable(getResources().getDrawable(R.drawable.progressbar_xapk_detail_style));
|
||||
mDefaultColor = ContextCompat.getColor(getContext(), R.color.white);
|
||||
break;
|
||||
case TEENAGER_MODEL:
|
||||
setProgressDrawable(getResources().getDrawable(R.drawable.download_button_normal_style));
|
||||
mDefaultColor = ContextCompat.getColor(getContext(), R.color.white);
|
||||
break;
|
||||
}
|
||||
|
||||
mDownloadType = downloadType;
|
||||
|
||||
Reference in New Issue
Block a user