[8.0.0]
[fea] [Home + 路程信息]
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user