[6.7.0][工具箱] refactor: 工具箱 UI 走查修改;
This commit is contained in:
@@ -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倒计时
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
<com.mogo.eagle.core.function.hmi.bone.tab.ToolKitTabView
|
||||
android:id="@+id/toolKitTabView"
|
||||
android:layout_width="@dimen/dp_960"
|
||||
android:layout_height="@dimen/dp_1137"
|
||||
android:layout_height="@dimen/dp_1214"
|
||||
android:layout_marginStart="@dimen/dp_40"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/recyclerView"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_height="@dimen/dp_900"
|
||||
android:layout_marginLeft="@dimen/dp_56"
|
||||
android:layout_marginRight="@dimen/dp_56"
|
||||
android:layout_marginBottom="@dimen/dp_200"
|
||||
|
||||
Reference in New Issue
Block a user