创建游戏,游戏界面完成

This commit is contained in:
18401019693
2023-09-25 11:25:03 +08:00
parent 37217e529e
commit 866024ae95
7 changed files with 220 additions and 7 deletions

View File

@@ -103,21 +103,24 @@
android:textSize="14sp" />
<FrameLayout
android:id="@+id/room_sill"
android:layout_width="74dp"
android:layout_height="28dp"
android:layout_marginStart="4dp"
android:background="@drawable/bg_live_sud_list_btn">
<TextView
android:id="@+id/room_sill_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_marginStart="6dp"
android:text="2k-5k"
android:text="@string/interactive_game_create_unlimited"
android:textColor="#fff"
android:textSize="14sp" />
<ImageView
android:id="@+id/room_sill_arrow"
android:layout_width="8dp"
android:layout_height="14dp"
android:layout_gravity="center_vertical|end"
@@ -134,6 +137,7 @@
android:textSize="14sp" />
<LinearLayout
android:id="@+id/house_owner"
android:layout_width="58dp"
android:layout_height="28dp"
android:layout_marginStart="4dp"
@@ -141,14 +145,16 @@
android:gravity="center_vertical">
<TextView
android:id="@+id/house_owner_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="6dp"
android:text="@string/interactive_game_room_game_all"
android:text="@string/interactive_game_create_unlimited"
android:textColor="#fff"
android:textSize="14sp" />
<ImageView
android:id="@+id/house_owner_arrow"
android:layout_width="8dp"
android:layout_height="14dp"
android:layout_marginStart="8dp"

View File

@@ -1336,4 +1336,10 @@ Limited ride And limited avatar frame</string>
<string name="interactive_game_create_game_sill">游戲門檻:</string>
<string name="interactive_game_create_game_select">請選擇游戲</string>
<string name="interactive_game_create_gold_bean_quantity">請選擇金豆數量</string>
<string name="interactive_game_create_unlimited">不限</string>
<string name="interactive_game_create_0_1">0K-1K金豆</string>
<string name="interactive_game_create_1_2">1K-2K金豆</string>
<string name="interactive_game_create_2_5">2K-5K金豆</string>
<string name="interactive_game_create_5">5K以上金豆</string>
<string name="interactive_game_player">玩家</string>
</resources>