[2.8.0-f] bus busp taxi 适配完成

This commit is contained in:
yangyakun
2022-11-01 17:21:42 +08:00
parent baf5a1f168
commit 0bc581a394
204 changed files with 279 additions and 3662 deletions

View File

@@ -21,6 +21,7 @@ import com.mogo.eagle.core.function.call.autopilot.CallerAutoPilotManager
import com.mogo.eagle.core.function.call.autopilot.CallerAutoPilotStatusListenerManager
import com.mogo.eagle.core.function.call.autopilot.CallerAutopilotCarConfigListenerManager
import com.mogo.eagle.core.function.call.hmi.CallerHmiManager
import com.mogo.eagle.core.function.call.hmi.CallerHmiManager.showTurnLight
import com.mogo.eagle.core.function.hmi.R
import com.mogo.eagle.core.function.hmi.ui.utils.KeyBoardUtil
import com.mogo.eagle.core.utilcode.kotlin.onClick
@@ -106,6 +107,9 @@ class AutoPilotAndCheckView @JvmOverloads constructor(
}
ivDebugPanel.setOnClickListener {
clickListener?.showDebugPanelView()
}
ivDebugFeedback.onClick {
clickListener?.showFeedbackView()

View File

@@ -1165,9 +1165,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:padding="@dimen/dp_5"
android:paddingStart="@dimen/dp_20"
android:paddingEnd="@dimen/dp_20"
android:padding="@dimen/dp_20"
android:text="连接司机屏IP"
android:textSize="@dimen/dp_24"
app:layout_constraintLeft_toLeftOf="parent"