[sweeper-cloud]清扫车云控需求module包名修改

This commit is contained in:
bxb
2023-04-24 18:04:04 +08:00
parent 25fd2a9cac
commit 2e796c4b4d
68 changed files with 265 additions and 314 deletions

View File

@@ -9,7 +9,7 @@
app:layout_constraintBottom_toBottomOf="parent"
android:orientation="vertical">
<!--清扫模式面板-->
<com.mogo.och.sweeper.view.SweeperWorkModeView
<com.mogo.och.sweepercloud.view.SweeperWorkModeView
android:id="@+id/sweeper_cl_work_mode"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -17,7 +17,7 @@
app:layout_constraintTop_toBottomOf="@+id/sweeper_arc"
android:visibility="gone" />
<!--清扫任务当前面板-->
<com.mogo.och.sweeper.view.SweeperCurrentTaskInfoView
<com.mogo.och.sweepercloud.view.SweeperCurrentTaskInfoView
android:id="@+id/sweeper_current_task_view"
app:layout_constraintTop_toBottomOf="@+id/sweeper_cl_work_mode"
android:layout_width="wrap_content"

View File

@@ -2,7 +2,7 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.mogo.och.sweeper.view.WeltMapOverView
<com.mogo.och.sweepercloud.view.WeltMapOverView
android:id="@+id/weltMapOverView"
android:layout_width="match_parent"
android:layout_height="match_parent"/>

View File

@@ -14,7 +14,7 @@
android:layout_height="match_parent" />
<!--车辆基本交通信息-->
<com.mogo.och.sweeper.view.SweeperTrafficDataView
<com.mogo.och.sweepercloud.view.SweeperTrafficDataView
android:id="@+id/sweeper_arc"
android:layout_width="@dimen/dp_616"
android:layout_height="@dimen/dp_320"
@@ -98,7 +98,7 @@
app:layout_constraintEnd_toEndOf="parent"
android:layout_marginEnd="@dimen/dp_36"
android:layout_marginTop="@dimen/dp_27">
<com.mogo.och.sweeper.view.WeltSmallMapView
<com.mogo.och.sweepercloud.view.WeltSmallMapView
android:id="@+id/sweeper_task_welt_small_map"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />

View File

@@ -92,7 +92,7 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/viewTaskInfoLine" />
<com.mogo.och.sweeper.view.SubTaskView
<com.mogo.och.sweepercloud.view.SubTaskView
android:id="@+id/preSubTask"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -101,7 +101,7 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/viewTaskInfoLine" />
<com.mogo.och.sweeper.view.SubTaskView
<com.mogo.och.sweepercloud.view.SubTaskView
android:id="@+id/currentSubTask"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -109,7 +109,7 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/preSubTask" />
<com.mogo.och.sweeper.view.SubTaskView
<com.mogo.och.sweepercloud.view.SubTaskView
android:id="@+id/lastSubTask"
android:layout_width="match_parent"
android:layout_height="wrap_content"

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<com.mogo.och.sweeper.view.NoTouchConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
<com.mogo.och.sweepercloud.view.NoTouchConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="@dimen/dp_957"
android:layout_height="@dimen/dp_758"
@@ -295,4 +295,4 @@
android:layout_gravity="center"
android:src="@drawable/sweeper_loading_nor" />
</FrameLayout>
</com.mogo.och.sweeper.view.NoTouchConstraintLayout>
</com.mogo.och.sweepercloud.view.NoTouchConstraintLayout>

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<com.mogo.och.sweeper.ui.SweeperOperatePanelView
<com.mogo.och.sweepercloud.ui.SweeperOperatePanelView
android:id="@+id/SweeperOperatePanelView"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
</com.mogo.och.sweeper.ui.SweeperOperatePanelView>
</com.mogo.och.sweepercloud.ui.SweeperOperatePanelView>

View File

@@ -59,7 +59,7 @@
app:layout_constraintBottom_toBottomOf="@+id/sweeperTrafficPosition"
android:layout_marginStart="@dimen/dp_12"
android:background="#414869"/>
<com.mogo.och.sweeper.view.SweeperLimitingVelocityView
<com.mogo.och.sweepercloud.view.SweeperLimitingVelocityView
android:id="@+id/sweeperLimitingVelocity"
android:layout_width="@dimen/dp_52"
android:layout_height="@dimen/dp_52"
@@ -68,7 +68,7 @@
app:layout_constraintBottom_toBottomOf="@+id/sweeperTrafficPosition"
android:layout_marginStart="@dimen/dp_34"
/>
<com.mogo.och.sweeper.view.TurnSignalView
<com.mogo.och.sweepercloud.view.TurnSignalView
android:id="@+id/sweeperTurnSignal"
android:layout_width="@dimen/dp_200"
android:layout_height="wrap_content"
@@ -84,7 +84,7 @@
app:layout_constraintBottom_toBottomOf="@+id/sweeperTurnSignal"
android:layout_marginStart="@dimen/dp_12"
android:background="#414869"/>
<com.mogo.och.sweeper.view.SweeperTrafficLightView
<com.mogo.och.sweepercloud.view.SweeperTrafficLightView
android:id="@+id/sweeperTrafficLight"
android:layout_width="wrap_content"
android:layout_height="wrap_content"

View File

@@ -65,7 +65,7 @@
android:gravity="center"
app:layout_constraintWidth_percent="0.5"
android:visibility="gone"/>
<com.mogo.och.sweeper.view.LegendItemView
<com.mogo.och.sweepercloud.view.LegendItemView
android:id="@+id/sweeperLegend1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -74,35 +74,35 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
/>
<com.mogo.och.sweeper.view.LegendItemView
<com.mogo.och.sweepercloud.view.LegendItemView
android:id="@+id/sweeperLegend2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintTop_toBottomOf="@+id/sweeperLegend1"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"/>
<com.mogo.och.sweeper.view.LegendItemView
<com.mogo.och.sweepercloud.view.LegendItemView
android:id="@+id/sweeperLegend3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintTop_toBottomOf="@+id/sweeperLegend2"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"/>
<com.mogo.och.sweeper.view.LegendItemView
<com.mogo.och.sweepercloud.view.LegendItemView
android:id="@+id/sweeperLegend4"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintTop_toBottomOf="@+id/sweeperLegend3"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"/>
<com.mogo.och.sweeper.view.LegendItemView
<com.mogo.och.sweepercloud.view.LegendItemView
android:id="@+id/sweeperLegend5"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintTop_toBottomOf="@+id/sweeperLegend4"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"/>
<com.mogo.och.sweeper.view.LegendItemView
<com.mogo.och.sweepercloud.view.LegendItemView
android:id="@+id/sweeperLegend6"
android:layout_width="wrap_content"
android:layout_height="wrap_content"