测试修改

This commit is contained in:
18401019693
2022-10-27 14:48:07 +08:00
parent fb0e35196c
commit 8b180ce664
14 changed files with 181 additions and 43 deletions

View File

@@ -10,6 +10,7 @@
android:id="@+id/fun_game_pic"
android:padding="3dp"
android:layout_width="40dp"
android:layout_marginTop="10dp"
android:layout_height="40dp"
android:src="@mipmap/live_more_icon_guard" />

View File

@@ -19,9 +19,8 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/fun_games_list"
android:layout_width="match_parent"
android:layout_height="62dp"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginTop="10dp"
android:visibility="gone" />
<TextView