修改游戏问题
This commit is contained in:
@@ -45,8 +45,9 @@
|
||||
android:gravity="center_vertical">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="120dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="end"
|
||||
android:text="@string/interactive_game_create_room_name"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="14sp" />
|
||||
@@ -73,8 +74,9 @@
|
||||
android:gravity="center_vertical">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="120dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="end"
|
||||
android:text="@string/interactive_game_create_game_type"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="14sp" />
|
||||
@@ -100,8 +102,9 @@
|
||||
android:gravity="center_vertical">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="120dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="end"
|
||||
android:text="@string/interactive_game_create_game_sill"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="14sp" />
|
||||
@@ -111,11 +114,12 @@
|
||||
android:layout_width="175dp"
|
||||
android:layout_height="32dp"
|
||||
android:background="@drawable/bg_live_sud_list_input"
|
||||
android:hint="@string/interactive_game_create_gold_bean_quantity"
|
||||
android:inputType="numberDecimal"
|
||||
android:paddingStart="12dp"
|
||||
android:paddingTop="9dp"
|
||||
android:ellipsize="end"
|
||||
android:paddingBottom="9dp"
|
||||
android:inputType="numberDecimal"
|
||||
android:hint="@string/interactive_game_create_gold_bean_quantity"
|
||||
android:textColor="@color/white"
|
||||
android:textColorHint="#FFFFFF"
|
||||
android:textSize="10sp" />
|
||||
|
||||
@@ -23,14 +23,14 @@
|
||||
android:scaleType="centerCrop"
|
||||
app:riv_oval="true" />
|
||||
|
||||
<pl.droidsonroids.gif.GifImageView
|
||||
<ImageView
|
||||
android:id="@+id/btn_live"
|
||||
android:layout_width="36dp"
|
||||
android:layout_height="14dp"
|
||||
android:layout_gravity="bottom|center_horizontal"
|
||||
android:layout_marginEnd="3dp"
|
||||
android:adjustViewBounds="true"
|
||||
android:src="@mipmap/icon_user_home_living"
|
||||
android:src="@mipmap/icon_user_game_living"
|
||||
android:visibility="visible" />
|
||||
|
||||
<ImageView
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="80dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/bg_live_sud_list_select"
|
||||
android:orientation="vertical"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_width="150dp"
|
||||
android:layout_height="26dp">
|
||||
|
||||
<TextView
|
||||
@@ -8,10 +8,10 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@drawable/bg_live_sud_list_select_item"
|
||||
android:clickable="true"
|
||||
android:gravity="center"
|
||||
android:padding="3dp"
|
||||
android:textColor="#FFFFFF"
|
||||
android:clickable="true"
|
||||
android:textSize="14sp" />
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
BIN
common/src/main/res/mipmap-b+en+us/icon_user_game_living.png
Normal file
BIN
common/src/main/res/mipmap-b+en+us/icon_user_game_living.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
BIN
common/src/main/res/mipmap-xxhdpi/icon_user_game_living.png
Normal file
BIN
common/src/main/res/mipmap-xxhdpi/icon_user_game_living.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
@@ -258,7 +258,7 @@
|
||||
<string name="shopmall">shopmall</string>
|
||||
<string name="recomment">Recomm</string>
|
||||
<string name="cust_server">CSD</string>
|
||||
<string name="live_anchor">anchor</string>
|
||||
<string name="live_anchor">Anchor</string>
|
||||
<string name="live_start">Live broadcast</string>
|
||||
<string name="live_room_type">Room type</string>
|
||||
<string name="live_share_to">Share to</string>
|
||||
@@ -609,7 +609,7 @@
|
||||
<string name="video_save_pub">Release only</string>
|
||||
<string name="video_save_save_and_pub">Save and publish</string>
|
||||
<string name="video_re_record">Re shooting</string>
|
||||
<string name="video_exit">Sign out</string>
|
||||
<string name="video_exit">Exit</string>
|
||||
<string name="video_edit_cut_tip_2">Long press to add special effects</string>
|
||||
<string name="video_pub_failed">Publishing failure</string>
|
||||
<string name="video_no_video_home_1">You don\'t have a video yet</string>
|
||||
@@ -1339,12 +1339,15 @@ Limited ride And limited avatar frame</string>
|
||||
<string name="interactive_game_create_1_2">1K-2KGolden Bean</string>
|
||||
<string name="interactive_game_create_2_5">2K-5KGolden Bean</string>
|
||||
<string name="interactive_game_create_5">5 K or more gold beans</string>
|
||||
<string name="interactive_game_player">player</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>
|
||||
<string name="interactive_game_player_we_are_2">%s people online</string>
|
||||
<string name="interactive_game_search_room">Search for room</string>
|
||||
<string name="interactive_game_search_history">Search History</string>
|
||||
<string name="interactive_game_search_room_name_input">Search for room: Please enter the owner\'s name, owner ID, or room name you want to search for.</string>
|
||||
<string name="interactive_game_search_room_have_been_found">No search results have been found</string>
|
||||
<string name="interactive_game_search_room_currently_live">The anchor is currently live streaming</string>
|
||||
<string name="interactive_game_search_room_broadcast_room">Whether to enter the live broadcast room</string>
|
||||
<string name="interactive_game_search_room_bhe_game">No,only enter the game</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -1342,4 +1342,7 @@
|
||||
<string name="interactive_game_search_history">搜索历史</string>
|
||||
<string name="interactive_game_search_room_name_input">請輸入您要搜索的房主昵稱、房主ID或房間名</string>
|
||||
<string name="interactive_game_search_room_have_been_found">不存在此房间</string>
|
||||
<string name="interactive_game_search_room_currently_live">主播正在直播中</string>
|
||||
<string name="interactive_game_search_room_broadcast_room">是否同步進入主播直播間</string>
|
||||
<string name="interactive_game_search_room_bhe_game">否,僅進入遊戲</string>
|
||||
</resources>
|
||||
|
||||
@@ -1341,4 +1341,7 @@
|
||||
<string name="interactive_game_search_history">搜索历史</string>
|
||||
<string name="interactive_game_search_room_name_input">請輸入您要搜索的房主昵稱、房主ID或房間名</string>
|
||||
<string name="interactive_game_search_room_have_been_found">不存在此房间</string>
|
||||
<string name="interactive_game_search_room_currently_live">主播正在直播中</string>
|
||||
<string name="interactive_game_search_room_broadcast_room">是否同步進入主播直播間</string>
|
||||
<string name="interactive_game_search_room_bhe_game">否,僅進入遊戲</string>
|
||||
</resources>
|
||||
|
||||
@@ -1342,5 +1342,8 @@
|
||||
<string name="interactive_game_search_history">搜索历史</string>
|
||||
<string name="interactive_game_search_room_name_input">請輸入您要搜索的房主昵稱、房主ID或房間名</string>
|
||||
<string name="interactive_game_search_room_have_been_found">不存在此房间</string>
|
||||
<string name="interactive_game_search_room_currently_live">主播正在直播中</string>
|
||||
<string name="interactive_game_search_room_broadcast_room">是否同步進入主播直播間</string>
|
||||
<string name="interactive_game_search_room_bhe_game">否,僅進入遊戲</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -258,7 +258,7 @@
|
||||
<string name="shopmall">shopmall</string>
|
||||
<string name="recomment">Recomm</string>
|
||||
<string name="cust_server">CSD</string>
|
||||
<string name="live_anchor">anchor</string>
|
||||
<string name="live_anchor">Anchor</string>
|
||||
<string name="live_start">Live broadcast</string>
|
||||
<string name="live_room_type">Room type</string>
|
||||
<string name="live_share_to">Share to</string>
|
||||
@@ -609,7 +609,7 @@
|
||||
<string name="video_save_pub">Release only</string>
|
||||
<string name="video_save_save_and_pub">Save and publish</string>
|
||||
<string name="video_re_record">Re shooting</string>
|
||||
<string name="video_exit">Sign out</string>
|
||||
<string name="video_exit">Exit</string>
|
||||
<string name="video_edit_cut_tip_2">Long press to add special effects</string>
|
||||
<string name="video_pub_failed">Publishing failure</string>
|
||||
<string name="video_no_video_home_1">You don\'t have a video yet</string>
|
||||
@@ -1341,11 +1341,14 @@ Limited ride And limited avatar frame</string>
|
||||
<string name="interactive_game_create_1_2">1K-2KGolden Bean</string>
|
||||
<string name="interactive_game_create_2_5">2K-5KGolden Bean</string>
|
||||
<string name="interactive_game_create_5">5 K or more gold beans</string>
|
||||
<string name="interactive_game_player">player</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>
|
||||
<string name="interactive_game_player_we_are_2">%s people online</string>
|
||||
<string name="interactive_game_search_room">Search for room</string>
|
||||
<string name="interactive_game_search_history">Search History</string>
|
||||
<string name="interactive_game_search_room_name_input">Search for room: Please enter the owner\'s name, owner ID, or room name you want to search for.</string>
|
||||
<string name="interactive_game_search_room_have_been_found">No search results have been found</string>
|
||||
<string name="interactive_game_search_room_currently_live">The anchor is currently live streaming</string>
|
||||
<string name="interactive_game_search_room_broadcast_room">Whether to enter the live broadcast room</string>
|
||||
<string name="interactive_game_search_room_bhe_game">No,only enter the game</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user