第N+6次提交专属红包

This commit is contained in:
xuhuixiang
2025-05-13 16:22:51 +08:00
parent 4df5ff4605
commit b6bd7ed0af
92 changed files with 2324 additions and 433 deletions

View File

@@ -12,10 +12,9 @@
<ImageView
android:id="@+id/card_view"
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_width="match_parent"
android:layout_height="146dp"
android:background="@mipmap/chat_bg_index"
app:layout_constraintDimensionRatio="375:146"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />