修改游戏的new图标展示,网页中英文检测

This commit is contained in:
18401019693
2023-10-07 14:21:20 +08:00
parent b2ee091c03
commit 916a1447f0
11 changed files with 35 additions and 19 deletions

View File

@@ -35,7 +35,7 @@
android:layout_height="30dp"
android:layout_gravity="end|center_vertical"
android:layout_marginEnd="15dp"
android:src="@mipmap/icon_interactive_game_create_room_back" />
android:src="@mipmap/icon_back_1" />
</FrameLayout>
<LinearLayout

View File

@@ -69,7 +69,7 @@
android:layout_marginStart="14dp"
android:text="@string/interactive_game_room_game"
android:textColor="#fff"
android:textSize="11sp" />
android:textSize="10sp" />
<LinearLayout
android:id="@+id/interactive_game_room_game"
@@ -88,7 +88,7 @@
android:singleLine="true"
android:text="@string/interactive_game_create_unlimited"
android:textColor="#fff"
android:textSize="11sp" />
android:textSize="10sp" />
<View
android:layout_width="0dp"
@@ -109,7 +109,7 @@
android:layout_marginStart="10dp"
android:text="@string/interactive_game_room_sill"
android:textColor="#fff"
android:textSize="11sp" />
android:textSize="10sp" />
<FrameLayout
android:id="@+id/room_sill"
@@ -128,7 +128,7 @@
android:singleLine="true"
android:text="@string/interactive_game_create_unlimited"
android:textColor="#fff"
android:textSize="11sp" />
android:textSize="10sp" />
<ImageView
android:id="@+id/room_sill_arrow"
@@ -145,7 +145,7 @@
android:layout_marginStart="10dp"
android:text="@string/interactive_game_room_house_owner"
android:textColor="#fff"
android:textSize="11sp" />
android:textSize="10sp" />
<LinearLayout
android:id="@+id/house_owner"
@@ -165,7 +165,7 @@
android:singleLine="true"
android:text="@string/interactive_game_create_unlimited"
android:textColor="#fff"
android:textSize="11sp" />
android:textSize="10sp" />
<View
android:layout_width="0dp"

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:text="@string/interactive_game_rooms_oin" />
</androidx.constraintlayout.widget.ConstraintLayout>