修改我的页面,将banner移到上面
This commit is contained in:
parent
9e65289821
commit
22dca86721
@ -451,7 +451,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="14dp"
|
android:layout_marginTop="14dp"
|
||||||
app:layout_constraintTop_toBottomOf="@id/guizu_center_tv"
|
app:layout_constraintTop_toBottomOf="@id/lt_advertisement"
|
||||||
android:focusable="false"
|
android:focusable="false"
|
||||||
android:nestedScrollingEnabled="false"
|
android:nestedScrollingEnabled="false"
|
||||||
android:overScrollMode="never"
|
android:overScrollMode="never"
|
||||||
@ -465,7 +465,7 @@
|
|||||||
android:id="@+id/lt_advertisement"
|
android:id="@+id/lt_advertisement"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="110dp"
|
android:layout_height="110dp"
|
||||||
app:layout_constraintTop_toBottomOf="@id/recyclerView"
|
app:layout_constraintTop_toBottomOf="@id/guizu_center_tv"
|
||||||
android:layout_marginTop="14dp"
|
android:layout_marginTop="14dp"
|
||||||
android:layout_marginEnd="16dp"
|
android:layout_marginEnd="16dp"
|
||||||
android:layout_marginStart="16dp"
|
android:layout_marginStart="16dp"
|
||||||
|
Loading…
Reference in New Issue
Block a user