diff --git a/OCH/mogo-och-charter/src/driverm1/java/com/magic/mogo/och/charter/fragment/DriverM1Fragment.kt b/OCH/mogo-och-charter/src/driverm1/java/com/magic/mogo/och/charter/fragment/DriverM1Fragment.kt
index 8bf0693933..22410bf5b7 100644
--- a/OCH/mogo-och-charter/src/driverm1/java/com/magic/mogo/och/charter/fragment/DriverM1Fragment.kt
+++ b/OCH/mogo-och-charter/src/driverm1/java/com/magic/mogo/och/charter/fragment/DriverM1Fragment.kt
@@ -48,11 +48,14 @@ class DriverM1Fragment : CharterBaseFragment
@@ -112,7 +114,7 @@
android:layout_height="wrap_content"
android:text="--"
android:textSize="@dimen/module_mogo_och_bus_station_name_text_size"
- android:layout_marginTop="@dimen/dp_10"
+ android:layout_marginBottom="@dimen/dp_20"
android:textStyle="bold"
android:textColor="@color/bus_arrived_station_name_text_color"
android:includeFontPadding = "false"
@@ -121,7 +123,7 @@
android:marqueeRepeatLimit="marquee_forever"
app:layout_constraintLeft_toLeftOf="@+id/cur_station_title1"
app:layout_constraintRight_toRightOf="@+id/driverm1_order_count_down"
- app:layout_constraintTop_toBottomOf="@+id/cur_station_title1" />
+ app:layout_constraintBottom_toTopOf="@+id/line3"/>
+ app:constraint_referenced_ids="cur_station_title,cur_station_title1,driverm1StationName1Tv,
+ driverm1StationName2Tv,driverm1nextCircleIv,driverm1CircleIvBg,driverm1ArrowBg"/>
\ No newline at end of file