From fca4c257a8f11f73824ecc86e0310849852eb593 Mon Sep 17 00:00:00 2001 From: wangmingjun Date: Thu, 18 May 2023 12:05:02 +0800 Subject: [PATCH] =?UTF-8?q?[3.2.0]=201=E3=80=81taxi/bus=E6=97=A0=E8=BD=A8?= =?UTF-8?q?=E8=BF=B9bug=E5=A4=84=E7=90=86=202=E3=80=81bus/B1=20UI=E8=B0=83?= =?UTF-8?q?=E6=95=B4=203=E3=80=81M1=E5=8C=85=E8=BD=A6=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../res/layout/bus_p_no_data_common_view.xml | 42 +++++++++++-------- .../res/layout/bus_p_route_fragment.xml | 8 ++-- .../com/mogo/och/bus/model/OrderModel.java | 8 ++-- .../charter/bean/QueryCurrentOrderResponse.kt | 2 + .../res/layout/bus_p_no_data_common_view.xml | 10 ++++- .../res/layout/bus_p_route_fragment.xml | 8 ++-- .../com/mogo/och/taxi/model/TaxiModel.java | 8 ++-- 7 files changed, 52 insertions(+), 34 deletions(-) diff --git a/OCH/mogo-och-bus-passenger/src/jinlvvan/res/layout/bus_p_no_data_common_view.xml b/OCH/mogo-och-bus-passenger/src/jinlvvan/res/layout/bus_p_no_data_common_view.xml index 6bbfcd3104..9b12f4f268 100644 --- a/OCH/mogo-och-bus-passenger/src/jinlvvan/res/layout/bus_p_no_data_common_view.xml +++ b/OCH/mogo-och-bus-passenger/src/jinlvvan/res/layout/bus_p_no_data_common_view.xml @@ -5,25 +5,31 @@ android:layout_height="match_parent" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/bus_p_no_order_data_view"> - - - + app:layout_constraintRight_toRightOf="parent"> + + + \ No newline at end of file diff --git a/OCH/mogo-och-bus-passenger/src/jinlvvan/res/layout/bus_p_route_fragment.xml b/OCH/mogo-och-bus-passenger/src/jinlvvan/res/layout/bus_p_route_fragment.xml index 197c0bc4fb..a99b9ec46e 100644 --- a/OCH/mogo-och-bus-passenger/src/jinlvvan/res/layout/bus_p_route_fragment.xml +++ b/OCH/mogo-och-bus-passenger/src/jinlvvan/res/layout/bus_p_route_fragment.xml @@ -247,11 +247,11 @@ + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintLeft_toLeftOf="@+id/bus_p_driver_num_plate_tv" + app:layout_constraintTop_toBottomOf="@+id/bus_p_cur_station_name" /> - + + \ No newline at end of file diff --git a/OCH/mogo-och-shuttle-passenger/src/jinlvvan/res/layout/bus_p_route_fragment.xml b/OCH/mogo-och-shuttle-passenger/src/jinlvvan/res/layout/bus_p_route_fragment.xml index ce9bcdbc7e..5ada0511f4 100644 --- a/OCH/mogo-och-shuttle-passenger/src/jinlvvan/res/layout/bus_p_route_fragment.xml +++ b/OCH/mogo-och-shuttle-passenger/src/jinlvvan/res/layout/bus_p_route_fragment.xml @@ -238,11 +238,11 @@ + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintLeft_toLeftOf="@+id/bus_p_driver_num_plate_tv" + app:layout_constraintTop_toBottomOf="@+id/bus_p_cur_station_name" />