From 22230aea6ee0ab45484784296e0df74d3d5cb99d Mon Sep 17 00:00:00 2001 From: yangyakun Date: Wed, 24 Apr 2024 16:24:22 +0800 Subject: [PATCH] =?UTF-8?q?[6.4.0]=20[=E9=9D=9E=E6=A0=87=20=E5=8F=B8?= =?UTF-8?q?=E6=9C=BA=E5=B1=8F=E5=A4=84=E7=90=86]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OCH/common/biz/src/main/res/layout/biz_login_view.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OCH/common/biz/src/main/res/layout/biz_login_view.xml b/OCH/common/biz/src/main/res/layout/biz_login_view.xml index 61c71b52bb..ae7e6f096e 100644 --- a/OCH/common/biz/src/main/res/layout/biz_login_view.xml +++ b/OCH/common/biz/src/main/res/layout/biz_login_view.xml @@ -18,9 +18,10 @@ android:layout_marginTop="@dimen/dp_66" app:layout_constraintTop_toTopOf="parent" app:layout_constraintStart_toStartOf="parent" + app:layout_constraintBottom_toBottomOf="parent" android:scaleType="fitXY" android:layout_width="1071dp" - android:layout_height="1533dp"/> + android:layout_height="wrap_content"/>