From 22dca867217b4b4f3558455fef288cb1b3b7c647 Mon Sep 17 00:00:00 2001 From: Martin <13046765170@163.com> Date: Thu, 10 Oct 2024 15:14:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=88=91=E7=9A=84=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=EF=BC=8C=E5=B0=86banner=E7=A7=BB=E5=88=B0=E4=B8=8A?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/src/main/res/layout/view_new_main_me.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/src/main/res/layout/view_new_main_me.xml b/main/src/main/res/layout/view_new_main_me.xml index f507ff8f7..56d0931e4 100644 --- a/main/src/main/res/layout/view_new_main_me.xml +++ b/main/src/main/res/layout/view_new_main_me.xml @@ -451,7 +451,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="14dp" - app:layout_constraintTop_toBottomOf="@id/guizu_center_tv" + app:layout_constraintTop_toBottomOf="@id/lt_advertisement" android:focusable="false" android:nestedScrollingEnabled="false" android:overScrollMode="never" @@ -465,7 +465,7 @@ android:id="@+id/lt_advertisement" android:layout_width="match_parent" android:layout_height="110dp" - app:layout_constraintTop_toBottomOf="@id/recyclerView" + app:layout_constraintTop_toBottomOf="@id/guizu_center_tv" android:layout_marginTop="14dp" android:layout_marginEnd="16dp" android:layout_marginStart="16dp"