[Modify]靓号多语言实现

This commit is contained in:
wushaocheng
2023-06-08 12:15:25 +08:00
parent bec02efd3d
commit bc8a19e4a4
11 changed files with 5 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 876 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 950 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 896 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 868 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 950 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 736 B

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -211,10 +211,10 @@
<ImageView
android:id="@+id/iv_good_number"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_width="15dp"
android:layout_height="15dp"
android:layout_marginStart="@dimen/dp_5"
android:src="@mipmap/ic_good_num"
android:src="@drawable/ic_good_num"
android:visibility="gone"
tools:visibility="visible" />

View File

@@ -135,7 +135,6 @@
android:layout_height="@dimen/dp_13"
android:layout_marginEnd="5dp"
android:visibility="gone"
tools:src="@mipmap/ic_user_level_king"
tools:visibility="visible" />
<androidx.constraintlayout.widget.ConstraintLayout
@@ -236,7 +235,7 @@
android:layout_width="16dp"
android:layout_height="15dp"
android:layout_marginEnd="3dp"
android:src="@mipmap/ic_good_num"
android:src="@drawable/ic_good_num"
android:visibility="gone"
tools:visibility="visible" />

View File

@@ -108,7 +108,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_marginEnd="5dp"
android:src="@drawable/icon_room_good_number"
android:src="@drawable/ic_good_num"
android:visibility="gone"
tools:visibility="visible" />