修复#232问题

This commit is contained in:
zlzw 2023-07-20 18:12:09 +08:00
parent 736592b4e1
commit f29766731c
2 changed files with 4 additions and 4 deletions

View File

@ -139,9 +139,9 @@ public class LiveContactDetailsSendGiftDialog extends AbsDialogPopupWindow {
giftName.setText(bean.getName());
Spanned spanned = Html.fromHtml(
"<font color='#5993FF'>" + mContext.getString(R.string.live_details_sned_gift_text1) + "</font>" +
"&nbsp<font color='#FFC300'>" + bean.getName() + "</font>&nbsp" +
"&nbsp<font color='#FFC300'>(" + bean.getName() + ")</font>&nbsp" +
"<font color='#5993FF'>" + mContext.getString(R.string.live_details_sned_gift_text2) + "</font>" +
"&nbsp<font color='#FFC300'>" + anchorName + "</font>&nbsp" +
"&nbsp<font color='#FFC300'>(" + anchorName + ")</font>" +
"<font color='#5993FF'>" + mContext.getString(R.string.live_details_sned_gift_text3) + "</font>"
);
title.setText(spanned);

View File

@ -95,8 +95,8 @@
<string name="live_ban_tip">You have been banned</string>
<string name="live_details_send_gift_btn">Confirm</string>
<string name="live_details_sned_gift_text1">Give</string>
<string name="live_details_sned_gift_text2">Obtain the</string>
<string name="live_details_sned_gift_text3">letter and contact information</string>
<string name="live_details_sned_gift_text2">obtain the</string>
<string name="live_details_sned_gift_text3">\'s letter and contact information</string>
<string name="me_edit_avatar_title">Select Avatar</string>
<string name="me_edit_avatar_submit">Confirm</string>
</resources>