[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

@@ -55,7 +55,7 @@ abstract class CharterBaseFragment<V : IView?, P : Presenter<V>?>() : MvpFragmen
}
override fun initViews() {
mapBizView = findViewById(R.id.mapBizView)
mapBizView = findViewById(R.id.mHomeView)
groupTestPanel = findViewById(R.id.groupTestPanel)
ctvAutopilotStatus = findViewById(R.id.autopilot_status)
flStationPanelContainer = findViewById(R.id.module_mogo_och_station_panel_container)

View File

@@ -7,7 +7,7 @@
android:layout_marginTop="@dimen/dp_status_bar_height">
<!--高精地图-->
<com.mogo.eagle.core.function.view.MapBizView
android:id="@+id/mapBizView"
android:id="@+id/mHomeView"
app:isWeatherEnable="false"
app:locationIcon3DRes="@raw/m1"
android:layout_width="match_parent"