新增BadCase录包设置、AI数据采集,Badcase改版
This commit is contained in:
xuxinchao
2022-07-13 18:54:13 +08:00
parent 39b9d10162
commit 749c7b4a57
42 changed files with 1740 additions and 74 deletions

View File

@@ -391,7 +391,7 @@ import kotlin.collections.ArrayList
// 控制 BadCase 按钮展示
if (HmiBuildConfig.isShowBadCaseView) {
CallerDevaToolsManager.initBadCase(vsBadCaseToolsView)
CallerDevaToolsManager.initBadCase(badCaseToolsView)
}
// 控制 红绿灯 展示

View File

@@ -108,17 +108,16 @@
app:layout_goneMarginStart="50px" />
<!--问题反馈-->
<ImageView
android:id="@+id/vsBadCaseToolsView"
android:layout_width="@dimen/module_hmi_check_size"
android:layout_height="@dimen/module_hmi_check_size"
android:layout_marginStart="25px"
<com.zhjt.mogo_core_function_devatools.badcase.biz.BadCaseToolsView
android:id="@+id/badCaseToolsView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="50px"
android:layout_marginBottom="40px"
android:background="@drawable/icon_car_ap_badcase_entrance"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toEndOf="@+id/ivToolsIcon"
app:layout_goneMarginStart="50px" />
app:layout_goneMarginStart="50px"
/>
<View
android:id="@+id/viewUpgradeTips"

View File

@@ -21,7 +21,7 @@
<string name="check_vehicle_detection">车辆检测</string>
<string name="debug_panel">调试面板</string>
<string name="debug_panel_fb">反馈</string>
<string name="debug_panel_fb">录包设置</string>
<string name="check_vehicle_speed_setting">车速设置</string>
<string name="check_system_operation">系统运行</string>
<string name="check_system_shut_down">关机</string>