feat:调整小时榜、房间榜 文案翻译 并修复RTL模式下的适配问题

This commit is contained in:
max
2024-05-21 19:26:30 +08:00
parent 6229ba57be
commit 494628918d
6 changed files with 11 additions and 17 deletions

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<size android:width="@dimen/dp_5"/>
</shape>

View File

@@ -70,12 +70,11 @@
android:layout_alignParentTop="true"
android:layout_marginStart="@dimen/dp_13"
android:layout_marginTop="@dimen/dp_5"
android:divider="@drawable/room_divider_left_top_panel"
android:gravity="center_vertical"
android:orientation="horizontal"
android:showDividers="middle">
android:orientation="horizontal">
<LinearLayout
android:layout_marginEnd="@dimen/dp_5"
android:id="@+id/layout_hour_rank"
android:layout_width="wrap_content"
android:layout_height="@dimen/dp_16"
@@ -103,6 +102,7 @@
</LinearLayout>
<LinearLayout
android:layout_marginEnd="@dimen/dp_5"
android:id="@+id/layout_room_rank"
android:layout_width="wrap_content"
android:layout_height="@dimen/dp_16"

View File

@@ -37,10 +37,8 @@
android:layout_alignParentTop="true"
android:layout_marginTop="@dimen/dp_90"
android:layout_marginStart="@dimen/dp_13"
android:divider="@drawable/room_divider_left_top_panel"
android:gravity="center_vertical"
android:orientation="horizontal"
android:showDividers="middle">
android:orientation="horizontal">
<LinearLayout
android:id="@+id/layout_room_rank"

View File

@@ -72,11 +72,12 @@
</LinearLayout>
<LinearLayout
android:layout_marginEnd="@dimen/dp_5"
android:id="@+id/layout_room_rank"
android:layout_width="wrap_content"
android:layout_height="@dimen/dp_16"
android:layout_marginStart="@dimen/dp_4"
android:background="@drawable/room_bg_hour_rank"
android:layout_marginStart="@dimen/dp_5"
android:gravity="center_vertical"
android:onClick="@{click}"
android:orientation="horizontal"
@@ -102,7 +103,7 @@
</LinearLayout>
<ImageView
android:layout_marginStart="@dimen/dp_4"
android:layout_marginStart="@dimen/dp_5"
app:layout_constraintBottom_toBottomOf="@id/layout_hour_rank"
app:layout_constraintStart_toEndOf="@id/layout_room_rank"
app:layout_constraintTop_toTopOf="@id/layout_hour_rank"

View File

@@ -5155,8 +5155,8 @@
<string name="switch_host">تغيير المضيف</string>
<string name="close_other_room_sound">أوقف المضيف صوت الغرفة الأخرى</string>
<string name="get_code_failed">فشل في الحصول على رمز التحقق</string>
<string name="hour_rank">التصنيف الساعي</string>
<string name="room_rank">تصنيف الغرفة</string>
<string name="hour_rank">الساعة</string>
<string name="room_rank">الغرف</string>
<string name="layout_dialog_newbie_filter_01">تصفية</string>
<string name="layout_dialog_newbie_filter_02">جنس المستخدم</string>

View File

@@ -5130,8 +5130,8 @@
<string name="switch_host">Switch Host</string>
<string name="close_other_room_sound">The host has turned off the sound of the other room</string>
<string name="get_code_failed">Failed to get verification code</string>
<string name="hour_rank">Hourly Rank</string>
<string name="room_rank">Room Rank</string>
<string name="hour_rank">Hourly</string>
<string name="room_rank">Room</string>
<string name="layout_dialog_newbie_filter_01">Filter</string>
<string name="layout_dialog_newbie_filter_02">User Gender</string>
<string name="layout_dialog_newbie_filter_03">All</string>