[fea]
[Home + 路程信息]
This commit is contained in:
yangyakun
2025-04-21 17:02:51 +08:00
parent dc78ecc834
commit 0d7c8165b3
24 changed files with 249 additions and 85 deletions

View File

@@ -104,7 +104,7 @@ public abstract class BaseSweeperCloudTabFragment<V extends IView, P extends Pre
@Override
protected void initViews() {
mapBizView = findViewById(R.id.mapBizView);
mapBizView = findViewById(R.id.mHomeView);
groupTestPanel = findViewById(R.id.groupTestPanel);
flTaskListPanelContainer = findViewById(R.id.module_mogo_och_task_list_container);
mTrafficDataView = findViewById(R.id.sweeper_arc);

View File

@@ -112,7 +112,7 @@ public abstract class BaseSweeperOperateTabFragment<V extends IView, P extends P
@Override
protected void initViews() {
mapBizView = findViewById(R.id.mapBizView);
mapBizView = findViewById(R.id.mHomeView);
groupTestPanel = findViewById(R.id.groupTestPanel);
mGroupNaviPanel = findViewById(R.id.group_navi_panel);
flTaskListPanelContainer = findViewById(R.id.module_mogo_och_task_list_container);

View File

@@ -9,7 +9,7 @@
android:clickable="true">
<com.mogo.eagle.core.function.view.MapBizView
android:id="@+id/mapBizView"
android:id="@+id/mHomeView"
app:isWeatherEnable="false"
app:locationIcon3DRes="@raw/huanwei"
android:layout_width="match_parent"

View File

@@ -9,7 +9,7 @@
android:clickable="true">
<com.mogo.eagle.core.function.view.MapBizView
android:id="@+id/mapBizView"
android:id="@+id/mHomeView"
app:isWeatherEnable="false"
app:locationIcon3DRes="@raw/huanwei"
android:layout_width="match_parent"