修改我的页面,将banner移到上面

This commit is contained in:
Martin 2024-10-10 15:14:26 +08:00
parent 9e65289821
commit 22dca86721

View File

@ -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"