[SweeperCloud] refactor: 优化mock按钮文案;

This commit is contained in:
aibingbing
2023-07-29 15:34:10 +08:00
parent 171b49eb62
commit 706488cd2f

View File

@@ -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"