6.5.4礼物冠名

This commit is contained in:
18401019693
2023-08-16 20:01:46 +08:00
parent b2297b062e
commit 17a2f5e091
6 changed files with 34 additions and 33 deletions

View File

@@ -7,6 +7,7 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/frame_gift_list"
android:layout_width="match_parent"
android:layout_gravity="bottom"
android:overScrollMode="never"
android:layout_height="match_parent" />

View File

@@ -2,7 +2,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/gift_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="95dp"
android:background="@drawable/background_gift_select"
android:gravity="center"
android:orientation="vertical">
@@ -20,8 +20,8 @@
<ImageView
android:id="@+id/gift_icon"
android:layout_width="55dp"
android:layout_height="55dp" />
android:layout_width="50dp"
android:layout_height="50dp" />
<TextView
@@ -30,7 +30,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="1dp"
android:textColor="@color/white"
android:textSize="11sp" />
android:textSize="10sp" />
<LinearLayout
android:layout_width="wrap_content"
@@ -48,7 +48,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/white"
android:textSize="10sp" />
android:textSize="9sp" />
</LinearLayout>
</LinearLayout>

View File

@@ -2,7 +2,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/gift_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="95dp"
android:background="@drawable/background_gift_select"
android:gravity="center"
android:orientation="vertical">
@@ -27,8 +27,8 @@
<ImageView
android:id="@+id/gift_icon"
android:layout_width="55dp"
android:layout_height="55dp" />
android:layout_width="50dp"
android:layout_height="50dp" />
<TextView
android:id="@+id/expire"