[帧动画降速 和位置]
This commit is contained in:
yangyakun
2023-07-25 18:11:59 +08:00
parent fb567f6481
commit 7c566a2334
2 changed files with 2 additions and 1 deletions

View File

@@ -67,7 +67,7 @@ class StartAutopilotView : WindowRelativeLayout, StartAutopilotViewModel.StartAu
CallerLogger.d(SceneConstant.M_TAXI_P + TAG, "动画暂停")
}
})
taxiPStartAutopilot = AnimationsContainer(R.array.taxi_p_start_autopilot, 20,taxi_p_autopilot_btn_bg)
taxiPStartAutopilot = AnimationsContainer(R.array.taxi_p_start_autopilot, 15,taxi_p_autopilot_btn_bg)
taxiPStartAutopilot?.setOnAnimStopListener(object :AnimationsContainer.OnAnimationStoppedListener{
override fun AnimationStopped() {
CallerLogger.d(SceneConstant.M_TAXI_P + TAG, "动画暂停")

View File

@@ -11,6 +11,7 @@
android:id="@+id/taxi_p_autopilot_starting"
android:layout_width="@dimen/dp_1600"
android:layout_height="1200dp"
android:layout_marginTop="@dimen/dp_150"
android:layout_gravity="center_horizontal"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"