[6.3.0]一键停服将progress速度改为10秒一圈
This commit is contained in:
@@ -110,7 +110,7 @@ class CheckSystemView @JvmOverloads constructor(
|
||||
}
|
||||
progressAnimator?.interpolator = LinearInterpolator()
|
||||
progressAnimator?.repeatCount = ValueAnimator.INFINITE //无限循环
|
||||
progressAnimator?.duration = 6000 //设置持续时间
|
||||
progressAnimator?.duration = 10000 //设置持续时间
|
||||
progressAnimator?.startDelay = 0
|
||||
progressAnimator?.start()
|
||||
//一键停服倒计时中
|
||||
@@ -154,7 +154,7 @@ class CheckSystemView @JvmOverloads constructor(
|
||||
}
|
||||
progressAnimator?.interpolator = LinearInterpolator()
|
||||
progressAnimator?.repeatCount = ValueAnimator.INFINITE //无限循环
|
||||
progressAnimator?.duration = 6000 //设置持续时间
|
||||
progressAnimator?.duration = 10000 //设置持续时间
|
||||
progressAnimator?.startDelay = 0
|
||||
progressAnimator?.start()
|
||||
}
|
||||
@@ -425,7 +425,7 @@ class CheckSystemView @JvmOverloads constructor(
|
||||
}
|
||||
progressAnimator?.interpolator = LinearInterpolator()
|
||||
progressAnimator?.repeatCount = ValueAnimator.INFINITE //无限循环
|
||||
progressAnimator?.duration = 6000 //设置持续时间
|
||||
progressAnimator?.duration = 10000 //设置持续时间
|
||||
progressAnimator?.startDelay = 0
|
||||
progressAnimator?.start()
|
||||
//开始60S倒计时
|
||||
|
||||
Reference in New Issue
Block a user