From 706488cd2fb26d86644d721db2f8b7267c2394cf Mon Sep 17 00:00:00 2001 From: aibingbing Date: Sat, 29 Jul 2023 15:34:10 +0800 Subject: [PATCH] =?UTF-8?q?[SweeperCloud]=20refactor:=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?mock=E6=8C=89=E9=92=AE=E6=96=87=E6=A1=88=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/res/layout/sweeper_base_fragment.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/OCH/sweeper/sweeper-cloud/src/main/res/layout/sweeper_base_fragment.xml b/OCH/sweeper/sweeper-cloud/src/main/res/layout/sweeper_base_fragment.xml index 84ca2a9137..a4fb73058a 100644 --- a/OCH/sweeper/sweeper-cloud/src/main/res/layout/sweeper_base_fragment.xml +++ b/OCH/sweeper/sweeper-cloud/src/main/res/layout/sweeper_base_fragment.xml @@ -199,7 +199,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="#f80" - android:text="pad查询当前任务" + android:text="pad查询当前大任务" android:textSize="30sp" app:layout_constraintRight_toRightOf="@+id/btnStartAutopilot" app:layout_constraintTop_toBottomOf="@+id/btnStartAutopilot" /> @@ -209,7 +209,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="#f00" - android:text="接收云控任务" + android:text="模拟云控下发任务" android:textSize="30sp" app:layout_constraintRight_toRightOf="@+id/btnQueryCurrentTask" app:layout_constraintTop_toBottomOf="@+id/btnQueryCurrentTask" /> @@ -219,7 +219,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="#0f0" - android:text="云控子任务确认" + android:text="模拟云控发送子任务确认" android:textSize="30sp" app:layout_constraintRight_toRightOf="@id/btnSendTask" app:layout_constraintTop_toBottomOf="@id/btnSendTask" /> @@ -229,7 +229,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="#00f" - android:text="云控结束大任务" + android:text="模拟云控结束大任务" android:textColor="#fff" android:textSize="30sp" app:layout_constraintRight_toRightOf="@id/btnSendTask" @@ -240,7 +240,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="#ffffff" - android:text="云控子任务状态" + android:text="模拟云控下发子任务状态" android:textSize="30sp" app:layout_constraintRight_toRightOf="@id/btnSendEndTask" app:layout_constraintTop_toBottomOf="@id/btnSendEndTask" /> @@ -250,7 +250,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="#000000" - android:text="云控大任务状态" + android:text="模拟云控下发大任务状态" android:textColor="#fff" android:textSize="30sp" app:layout_constraintRight_toRightOf="@id/btnSendSubtaskStatus"