[轨迹贴图、线路位置]
This commit is contained in:
yangyakun
2024-03-15 18:36:32 +08:00
parent 793c36ac82
commit d00f1f19a2
4 changed files with 12 additions and 8 deletions

View File

@@ -281,6 +281,8 @@
android:id="@+id/busPLineMapView"
android:layout_width="@dimen/bus_p_route_info_panel_width"
android:layout_height="@dimen/bus_p_route_line_map_view_height"
app:arrivedDrawable="@drawable/bus_p_map_arrow_un_arrive"
app:unArrivedDrawable="@drawable/bus_p_map_arrow_arrived"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintRight_toRightOf="parent" />

View File

@@ -59,12 +59,6 @@
app:layout_constraintEnd_toEndOf="@+id/mapBizView"
app:layout_constraintStart_toStartOf="parent" />
<com.mogo.och.common.module.manager.xiaozhimanager.ZhiView
android:id="@+id/zv_msg_pop_bottom"
android:layout_width="@dimen/dp_240"
android:layout_height="@dimen/dp_240"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" />
<!--消息盒子气泡视图-->
<com.mogo.eagle.core.function.hmi.ui.msgbox.MMsgBoxBubbleView
@@ -136,6 +130,13 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />
<com.mogo.och.common.module.manager.xiaozhimanager.ZhiView
android:id="@+id/zv_msg_pop_bottom"
android:layout_width="@dimen/dp_240"
android:layout_height="@dimen/dp_240"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" />
<!--调试面板-->
<com.mogo.och.charter.passenger.ui.debugview.DebugView
android:layout_width="wrap_content"

View File

@@ -10,10 +10,9 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="@dimen/dp_936"
android:layout_height="@dimen/dp_500"
android:layout_marginStart="@dimen/dp_286"
android:background="@drawable/charter_p_select_line_bg"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent">
app:layout_constraintEnd_toEndOf="parent">
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/lsv_line_site"

View File

@@ -269,6 +269,8 @@
android:id="@+id/bus_p_line_map_view"
android:layout_width="@dimen/shuttle_p_jl_route_info_panel_width"
android:layout_height="@dimen/shuttle_p_jl_route_line_map_view_height"
app:arrivedDrawable="@drawable/shuttle_p_jl_map_arrow_un_arrive"
app:unArrivedDrawable="@drawable/shuttle_p_jl_map_arrow_arrived"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintRight_toRightOf="parent" />