From ec282d9bf134fbda578ff901e4a620222a851d3f Mon Sep 17 00:00:00 2001 From: lmw <125975490@qq.com> Date: 星期三, 20 十一月 2024 10:14:46 +0800 Subject: [PATCH] fix bug --- app/src/main/res/layout/fragment_push.xml | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/app/src/main/res/layout/fragment_push.xml b/app/src/main/res/layout/fragment_push.xml index e8469e8..b01de50 100644 --- a/app/src/main/res/layout/fragment_push.xml +++ b/app/src/main/res/layout/fragment_push.xml @@ -20,7 +20,6 @@ android:id="@+id/banner" android:layout_width="match_parent" android:layout_height="0dp" - android:layout_marginTop="16dp" android:src="@mipmap/bg_guide" app:layout_constraintDimensionRatio="390:205" app:layout_constraintTop_toTopOf="parent" /> -- Gitblit v1.7.1