修改游戏的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

@@ -62,7 +62,7 @@
android:layout_marginStart="14dp"
android:text="@string/interactive_game_room_game"
android:textColor="#000"
android:textSize="11sp"
android:textSize="10sp"
android:textStyle="bold" />
<LinearLayout
@@ -82,7 +82,7 @@
android:singleLine="true"
android:text="@string/interactive_game_create_unlimited"
android:textColor="#000"
android:textSize="11sp" />
android:textSize="10sp" />
<ImageView
android:id="@+id/room_game_arrow"
@@ -98,7 +98,7 @@
android:layout_marginStart="20dp"
android:text="@string/interactive_game_room_sill"
android:textColor="#000"
android:textSize="11sp"
android:textSize="10sp"
android:textStyle="bold" />
<FrameLayout
@@ -118,7 +118,7 @@
android:singleLine="true"
android:text="@string/interactive_game_create_unlimited"
android:textColor="#000"
android:textSize="11sp" />
android:textSize="10sp" />
<ImageView
android:id="@+id/room_sill_arrow"
@@ -135,7 +135,7 @@
android:layout_marginStart="20dp"
android:text="@string/interactive_game_room_house_owner"
android:textColor="#000"
android:textSize="11sp"
android:textSize="10sp"
android:textStyle="bold" />
<LinearLayout
@@ -155,7 +155,7 @@
android:singleLine="true"
android:ellipsize="end"
android:textColor="#000"
android:textSize="11sp" />
android:textSize="10sp" />
<View
android:layout_width="0dp"
@@ -167,7 +167,7 @@
android:layout_width="8dp"
android:layout_height="14dp"
android:layout_marginEnd="5dp"
android:src="@mipmap/icon_interactive_game_arrow" />
android:src="@mipmap/icon_home_interactive_game_arrow" />
</LinearLayout>
</LinearLayout>