From dd3737eed993b829de2300ca3fa3b4636c741e88 Mon Sep 17 00:00:00 2001 From: zhongchao Date: Mon, 28 Nov 2022 19:47:24 +0800 Subject: [PATCH] [2.13.0] rename fusion control --- .../src/main/res/layout/view_debug_setting.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_debug_setting.xml b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_debug_setting.xml index 89afb8f2ad..75ebf52444 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_debug_setting.xml +++ b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_debug_setting.xml @@ -1876,7 +1876,7 @@ android:layout_height="wrap_content" android:layout_weight="1" android:padding="@dimen/dp_10" - android:text="融合感知数据" + android:text="车端感知" android:textColor="#000" android:textSize="@dimen/dp_24" /> @@ -1896,7 +1896,7 @@ android:layout_height="wrap_content" android:layout_weight="1" android:padding="@dimen/dp_10" - android:text="融合V2I感知数据" + android:text="V2I感知数据" android:textColor="#000" android:textSize="@dimen/dp_24" /> @@ -1906,7 +1906,7 @@ android:layout_height="wrap_content" android:layout_weight="1" android:padding="@dimen/dp_10" - android:text="融合V2N-RSM感知数据" + android:text="V2N-RSM感知数据" android:textColor="#000" android:textSize="@dimen/dp_24" />