fix:调整一些UI与多语言适配

This commit is contained in:
max
2024-05-14 19:48:22 +08:00
parent 70d0049477
commit 42c82e1c0b
15 changed files with 14 additions and 13 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 643 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 525 B

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="7dp" />
<solid android:color="#593742" />
<solid android:color="#33ADF4FF" />
</shape>

View File

@@ -113,7 +113,7 @@
android:id="@+id/iv_resource1"
android:layout_width="@dimen/dp_0"
android:layout_height="@dimen/dp_0"
android:layout_marginStart="@dimen/dp_10"
android:layout_marginStart="@dimen/dp_7"
android:layout_marginEnd="@dimen/dp_14"
android:scaleType="centerCrop"
android:visibility="gone"
@@ -130,8 +130,8 @@
android:id="@+id/banner_view"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_marginHorizontal="@dimen/dp_12"
android:layout_marginTop="@dimen/dp_10"
android:layout_marginHorizontal="@dimen/dp_14"
android:layout_marginTop="@dimen/dp_9"
android:background="@drawable/base_shape_negative_5dp"
android:visibility="gone"
app:bvp_auto_play="true"

View File

@@ -8,14 +8,15 @@
android:orientation="vertical">
<TextView
android:layout_marginTop="@dimen/dp_8"
android:id="@+id/tv_headline_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/shape_593722_7dp"
android:background="@drawable/shape_33adf4ff_7dp"
android:paddingHorizontal="@dimen/dp_10"
android:paddingTop="@dimen/dp_9"
android:paddingBottom="@dimen/dp_13"
android:textColor="#FDF4D5"
android:paddingBottom="@dimen/dp_9"
android:textColor="#05FFE3"
android:textSize="@dimen/dp_13"
tools:text="Content" />

View File

@@ -12,7 +12,7 @@
android:id="@+id/tv_star_week"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="@dimen/dp_10"
android:layout_marginEnd="8dp"
android:drawableEnd="@drawable/ic_star_week1"
android:drawablePadding="@dimen/dp_2"
android:text="@string/start_week"
@@ -26,7 +26,7 @@
android:id="@+id/tv_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="@dimen/dp_4"
android:layout_marginEnd="@dimen/dp_2"
android:ellipsize="end"
android:lines="1"
android:maxEms="5"
@@ -41,7 +41,7 @@
android:id="@+id/iv_avatar"
android:layout_width="@dimen/dp_22"
android:layout_height="@dimen/dp_22"
android:layout_marginEnd="@dimen/dp_4"
android:layout_marginEnd="@dimen/dp_3"
app:layout_constraintEnd_toStartOf="@+id/tv_name"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"/>

View File

@@ -218,7 +218,7 @@
<string name="my_pos_in_queue">موقعي في القائمة: </string>
<string name="KTV">كاريوكي</string>
<string name="room_PK_mode">PK نمط</string>
<string name="room_PK_mode">PK</string>
<string name="room_PK_time">PK وقت</string>
<string name="room_was_in_PK">قيد التقدم PK</string>
@@ -5056,7 +5056,7 @@
<string name="play_desc">قواعد اللعبة</string>
<string name="open">افتح</string>
<string name="get">احصل عليه</string>
<string name="start_week">قائمة النجوم الأسبوعية</string>
<string name="start_week">قائمة</string>
<string name="Diamond_balance_is_insufficient">رصيد العملات الذهبية غير كافي ،هل تريد إعادة الشحن ؟</string>
<string name="format_year_month_hall">%1$s سنة %2$s</string>

View File

@@ -5031,7 +5031,7 @@
<string name="play_desc">Game Rules</string>
<string name="open">Open</string>
<string name="get">Get</string>
<string name="start_week">Weekly Star List</string>
<string name="start_week">Weekly</string>
<string name="Diamond_balance_is_insufficient">The coin is insufficientWould you like to recharge?</string>
<string name="format_year_month_hall">%1$s Year %2$s</string>
<string name="member_income">Member Income</string>