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"