[Modify]靓号多语言实现
BIN
app/src/main/res/drawable-ar-xhdpi/ic_good_num.webp
Normal file
After Width: | Height: | Size: 876 B |
BIN
app/src/main/res/drawable-en-xhdpi/ic_good_num.webp
Normal file
After Width: | Height: | Size: 950 B |
BIN
app/src/main/res/drawable-in-rID-xhdpi/ic_good_num.webp
Normal file
After Width: | Height: | Size: 896 B |
BIN
app/src/main/res/drawable-tr-rTR-xhdpi/ic_good_num.webp
Normal file
After Width: | Height: | Size: 868 B |
BIN
app/src/main/res/drawable-xhdpi/ic_good_num.webp
Normal file
After Width: | Height: | Size: 950 B |
Before Width: | Height: | Size: 736 B |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
BIN
app/src/main/res/drawable-zh-xhdpi/ic_good_num.webp
Normal file
After Width: | Height: | Size: 2.4 KiB |
@@ -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" />
|
||||
|
||||
|
@@ -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" />
|
||||
|
||||
|
@@ -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" />
|
||||
|
||||
|