From 3d7c041cce40748f7bb449e057bfeb4d824dd2ab Mon Sep 17 00:00:00 2001 From: aibingbing Date: Fri, 27 Sep 2024 18:32:28 +0800 Subject: [PATCH] =?UTF-8?q?[6.7.0][=E5=B7=A5=E5=85=B7=E7=AE=B1]=20refactor?= =?UTF-8?q?:=20=E5=B7=A5=E5=85=B7=E7=AE=B1=20UI=20=E8=B5=B0=E6=9F=A5?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../function/hmi/bone/toolkit/custom/ToolStopServiceView.kt | 2 +- .../src/main/res/layout/view_bone_tab.xml | 2 +- .../src/main/res/layout/view_tool_kit_tab.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/bone/toolkit/custom/ToolStopServiceView.kt b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/bone/toolkit/custom/ToolStopServiceView.kt index 8517775463..3eb8cfdd96 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/bone/toolkit/custom/ToolStopServiceView.kt +++ b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/bone/toolkit/custom/ToolStopServiceView.kt @@ -406,7 +406,7 @@ class ToolStopServiceView @JvmOverloads constructor( } progressAnimator?.interpolator = LinearInterpolator() progressAnimator?.repeatCount = ValueAnimator.INFINITE //无限循环 - progressAnimator?.duration = 10000 //设置持续时间 + progressAnimator?.duration = 2500 //设置持续时间 progressAnimator?.startDelay = 0 progressAnimator?.start() //开始60S倒计时 diff --git a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_bone_tab.xml b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_bone_tab.xml index e269c962db..da9590293b 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_bone_tab.xml +++ b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_bone_tab.xml @@ -70,7 +70,7 @@