update 粉丝团相关

This commit is contained in:
2023-07-28 10:01:41 +08:00
parent f29766731c
commit 92d4130c45
29 changed files with 718 additions and 6 deletions

View File

@@ -13,7 +13,7 @@
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/textView12"
android:id="@+id/anchorName"
android:layout_width="match_parent"
android:layout_height="28dp"
android:paddingStart="15dp"
@@ -34,5 +34,5 @@
tools:listitem="@layout/item_red_packet"
tools:itemCount="10"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/textView12" />
app:layout_constraintTop_toBottomOf="@+id/anchorName" />
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@@ -42,7 +42,7 @@
</androidx.constraintlayout.widget.ConstraintLayout>
<ImageView
android:id="@+id/imageView9"
android:id="@+id/giftIcon"
android:layout_width="31dp"
android:layout_height="40dp"
app:layout_constraintStart_toStartOf="parent"