From a520449296dadfe69726f6151161e0d9c88aae31 Mon Sep 17 00:00:00 2001 From: wangmingjun Date: Tue, 11 Apr 2023 17:24:56 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8C=85=E8=BD=A6]=20=E5=8C=85=E8=BD=A6?= =?UTF-8?q?=E5=8F=B8=E6=9C=BA=E7=AB=AF=E8=AE=A2=E5=8D=95=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=80=BB=E8=BE=91=EF=BC=9A=E4=B9=98=E5=AE=A2=E4=B8=8B=E5=8D=95?= =?UTF-8?q?=E5=90=8E=E7=AB=8B=E9=A9=AC=E6=98=BE=E7=A4=BA=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mogo/och/charter/fragment/DriverM1Fragment.kt | 7 +++++-- .../magic/mogo/och/charter/model/DriverM1Model.kt | 7 +++---- .../mogo/och/charter/presenter/DriverM1Presenter.kt | 1 + .../src/driverm1/res/layout/fragment_driver_m1.xml | 13 ++++++++----- 4 files changed, 17 insertions(+), 11 deletions(-) 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