添加新接口扣款添加星币筛选

This commit is contained in:
18401019693
2023-11-10 17:49:59 +08:00
parent dc46ffc5b6
commit 68e6f5df1b
24 changed files with 120 additions and 51 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="555dp"
android:layout_height="585dp"
android:background="@mipmap/background_sud_history"
android:orientation="vertical">

View File

@@ -175,6 +175,7 @@
android:textSize="12sp" />
<ImageView
android:id="@+id/gold_coin"
android:layout_width="13dp"
android:layout_height="13dp"
android:layout_marginStart="2dp"

View File

@@ -175,6 +175,7 @@
android:textSize="12sp" />
<ImageView
android:id="@+id/gold_coin"
android:layout_width="13dp"
android:layout_height="13dp"
android:layout_marginStart="2dp"

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="450dp"
android:layout_height="500dp"
android:background="@drawable/bg_live_sud_list"
android:orientation="vertical">

View File

@@ -1340,8 +1340,7 @@ Limited ride And limited avatar frame</string>
<string name="interactive_game_create_gold_bean_quantity">Please enter the number of golden beans</string>
<string name="interactive_game_create_unlimited">No limit</string>
<string name="interactive_game_create_0_1">0K-1K beans</string>
<string name="interactive_game_create_1_2">1K-2K beans</string>
<string name="interactive_game_create_2_5">2K-5K beans</string>
<string name="interactive_game_create_1_2">1K-5K beans</string>
<string name="interactive_game_create_5">Above 5K beans</string>
<string name="interactive_game_player">User</string>
<string name="interactive_game_player_we_are">In a team of %s people, let\'s play together~</string>
@@ -1384,5 +1383,8 @@ Limited ride And limited avatar frame</string>
<string name="sud_in_game_game_time">Time:</string>
<string name="sud_in_game_game_record">Game Record</string>
<string name="sud_in_game_random_name">Random</string>
<string name="room_sill0_100">0-100 coins</string>
<string name="room_sill100_500">100-500 coins</string>
<string name="room_sill500_m">Above 500 coins</string>
</resources>

View File

@@ -1337,8 +1337,7 @@
<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_1_2">1K-5K金豆</string>
<string name="interactive_game_create_5">5K以上金豆</string>
<string name="interactive_game_player">玩家</string>
<string name="interactive_game_player_we_are">%s人組隊中一起來玩吧</string>
@@ -1381,4 +1380,7 @@
<string name="sud_in_game_game_time">時間:</string>
<string name="sud_in_game_game_record">游戲記錄</string>
<string name="sud_in_game_random_name">随机</string>
<string name="room_sill0_100">0-100星幣</string>
<string name="room_sill100_500">100-500星幣</string>
<string name="room_sill500_m">500以上星幣</string>
</resources>

View File

@@ -1336,8 +1336,7 @@
<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_1_2">1K-5K金豆</string>
<string name="interactive_game_create_5">5K以上金豆</string>
<string name="interactive_game_player">玩家</string>
<string name="interactive_game_player_we_are">%s人組隊中一起來玩吧</string>
@@ -1380,4 +1379,7 @@
<string name="sud_in_game_game_time">時間:</string>
<string name="sud_in_game_game_record">游戲記錄</string>
<string name="sud_in_game_random_name">随机</string>
<string name="room_sill0_100">0-100星幣</string>
<string name="room_sill100_500">100-500星幣</string>
<string name="room_sill500_m">500以上星幣</string>
</resources>

View File

@@ -1336,8 +1336,7 @@
<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_1_2">1K-5K金豆</string>
<string name="interactive_game_create_5">5K以上金豆</string>
<string name="interactive_game_player">玩家</string>
<string name="interactive_game_player_we_are">%s人組隊中一起來玩吧</string>
@@ -1380,5 +1379,8 @@
<string name="sud_in_game_game_time">時間:</string>
<string name="sud_in_game_game_record">游戲記錄</string>
<string name="sud_in_game_random_name">随机</string>
<string name="room_sill0_100">0-100星幣</string>
<string name="room_sill100_500">100-500星幣</string>
<string name="room_sill500_m">500以上星幣</string>
</resources>

View File

@@ -1343,8 +1343,7 @@ Limited ride And limited avatar frame</string>
<string name="interactive_game_create_gold_bean_quantity">Please enter the number of golden beans</string>
<string name="interactive_game_create_unlimited">No limit</string>
<string name="interactive_game_create_0_1">0K-1K beans</string>
<string name="interactive_game_create_1_2">1K-2K beans</string>
<string name="interactive_game_create_2_5">2K-5K beans</string>
<string name="interactive_game_create_1_2">1K-5K beans</string>
<string name="interactive_game_create_5">Above 5K beans</string>
<string name="interactive_game_player">User</string>
<string name="interactive_game_player_we_are">In a team of %s people, let\'s play together~</string>
@@ -1387,4 +1386,7 @@ Limited ride And limited avatar frame</string>
<string name="sud_in_game_rule_hint3">3. Users can customize the game threshold, which must be between 100 to 50000 gold beans or 10 to 1000 star coins, and the amount must be a multiple of 10;</string>
<string name="sud_in_game_rule_hint4">4. At the beginning of the game, chips from participating users will be collected. After the game ends, 10% of the chips will be collected as tickets, and all remaining chips will be given to the winning users.In a draw, the corresponding chips will be deducted from the tickets and returned to the users;</string>
<string name="sud_in_game_rule_hint5">5. The final interpretation right of the event belongs to PDLIVE.</string>
<string name="room_sill0_100">0-100 coins</string>
<string name="room_sill100_500">100-500 coins</string>
<string name="room_sill500_m">Above 500 coins</string>
</resources>