修改中英文
This commit is contained in:
@@ -185,6 +185,14 @@ public class CreateSudGamePopup extends BottomPopupView {
|
||||
}
|
||||
return;
|
||||
}
|
||||
if (sillNumber%10!=0){
|
||||
if (IMLoginManager.get(getContext()).getLocaleLanguage() == Locale.SIMPLIFIED_CHINESE) {
|
||||
ToastUtil.show("金豆數量必須為10的倍數");
|
||||
} else {
|
||||
ToastUtil.show("The number of golden beans must be a multiple of 10");
|
||||
}
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
LiveNetManager.get(getContext())
|
||||
|
||||
@@ -65,6 +65,7 @@
|
||||
<com.makeramen.roundedimageview.RoundedImageView
|
||||
android:id="@+id/avatar"
|
||||
android:layout_width="35dp"
|
||||
android:visibility="gone"
|
||||
android:layout_height="35dp"
|
||||
android:layout_marginStart="6dp"
|
||||
android:scaleType="centerCrop"
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
android:layout_height="52dp"
|
||||
android:layout_gravity="bottom|center_horizontal"
|
||||
android:layout_marginBottom="22dp"
|
||||
android:background="@drawable/bg_xyd_button" />
|
||||
android:background="@mipmap/bg_xyd_button" />
|
||||
</FrameLayout>
|
||||
|
||||
</LinearLayout>
|
||||
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
@@ -144,7 +144,7 @@
|
||||
<string name="live_blowkiss_time">Free for a limited time</string>
|
||||
<string name="live_blowkiss_follow">Follow and reply</string>
|
||||
|
||||
<string name="following">Following</string>
|
||||
<string name="following">Followed</string>
|
||||
<string name="follow_my_follow">My concern</string>
|
||||
<string name="my_black">My Black List</string>
|
||||
<string name="follow_ta_follow">TA\'s attention</string>
|
||||
@@ -964,7 +964,7 @@ Limited ride And limited avatar frame</string>
|
||||
<string name="more_settings">More Settings</string>
|
||||
<string name="moer">view more</string>
|
||||
<string name="gift_way">The gift is on the way...</string>
|
||||
<string name="start_pk">The gift is on the way</string>
|
||||
<string name="start_pk">start pk</string>
|
||||
<string name="number_of_remaining_times">Remaining count :%s</string>
|
||||
<string name="confirmed_to_proceed">Whether to confirm multiple PK (deduct 1 point after confirmation) remaining times on the day: %s</string>
|
||||
<string name="invite_anchor">Invite \n anchor</string>
|
||||
|
||||
@@ -144,7 +144,7 @@
|
||||
<string name="live_blowkiss_time">Free for a limited time</string>
|
||||
<string name="live_blowkiss_follow">Follow and reply</string>
|
||||
|
||||
<string name="following">Following</string>
|
||||
<string name="following">Followed</string>
|
||||
<string name="follow_my_follow">My concern</string>
|
||||
<string name="my_black">My Black List</string>
|
||||
<string name="follow_ta_follow">TA\'s attention</string>
|
||||
@@ -964,7 +964,7 @@ Limited ride And limited avatar frame</string>
|
||||
<string name="more_settings">More Settings</string>
|
||||
<string name="moer">view more</string>
|
||||
<string name="gift_way">The gift is on the way...</string>
|
||||
<string name="start_pk">The gift is on the way</string>
|
||||
<string name="start_pk">start pk</string>
|
||||
<string name="number_of_remaining_times">Remaining count :%s</string>
|
||||
<string name="confirmed_to_proceed">Whether to confirm multiple PK (deduct 1 point after confirmation) remaining times on the day: %s</string>
|
||||
<string name="invite_anchor">Invite \n anchor</string>
|
||||
|
||||
Reference in New Issue
Block a user