From 119a9a0dee71670de72bb64e4ea0a4bcb089d17e Mon Sep 17 00:00:00 2001 From: wangmingjun Date: Wed, 25 Oct 2023 16:19:29 +0800 Subject: [PATCH] =?UTF-8?q?[6.1.2=E4=BC=98=E5=8C=96]=20=E6=9A=82=E6=97=A0?= =?UTF-8?q?=E8=BF=9B=E8=A1=8C=E4=B8=AD=E8=AE=A2=E5=8D=95=20=E5=B1=85?= =?UTF-8?q?=E4=B8=AD=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/res/layout/task_fragment_current.xml | 4 ++-- .../src/main/res/layout/taxi_no_data_common_view.xml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/OCH/taxi/unmanned-driver/src/main/res/layout/task_fragment_current.xml b/OCH/taxi/unmanned-driver/src/main/res/layout/task_fragment_current.xml index 2d417d7e9e..d04c41a874 100644 --- a/OCH/taxi/unmanned-driver/src/main/res/layout/task_fragment_current.xml +++ b/OCH/taxi/unmanned-driver/src/main/res/layout/task_fragment_current.xml @@ -209,8 +209,8 @@ android:id="@+id/noTaskData" layout="@layout/taxi_no_data_common_view" android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_marginBottom="240dp" + android:layout_height="match_parent" + android:layout_marginBottom="160dp" android:visibility="gone" app:layout_constraintBottom_toBottomOf="parent" /> diff --git a/OCH/taxi/unmanned-driver/src/main/res/layout/taxi_no_data_common_view.xml b/OCH/taxi/unmanned-driver/src/main/res/layout/taxi_no_data_common_view.xml index f205354042..23b385f92f 100644 --- a/OCH/taxi/unmanned-driver/src/main/res/layout/taxi_no_data_common_view.xml +++ b/OCH/taxi/unmanned-driver/src/main/res/layout/taxi_no_data_common_view.xml @@ -11,6 +11,7 @@ android:layout_width="@dimen/dp_386" android:layout_height="@dimen/dp_350" android:src="@drawable/no_order_data" + android:layout_marginTop="@dimen/dp_100" app:layout_constraintTop_toTopOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent"/>