1. 增加星币参与游戏的入口(先开通并隐藏,暂不开放)后台控制还未添加

在游戏门槛处,用户可自由选择金币或星币作为游戏门槛,并可输入相应数量,星币门槛为10~1000,数量必须为10的倍数;
This commit is contained in:
18401019693
2023-11-07 16:13:40 +08:00
parent 92e6b563e4
commit 816fd21fbc
8 changed files with 216 additions and 24 deletions

View File

@@ -86,8 +86,8 @@
<ImageView
android:id="@+id/room_game_arrow"
android:layout_width="8dp"
android:layout_height="14dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="8dp"
android:src="@mipmap/icon_home_interactive_game_arrow" />
</LinearLayout>