修复#232问题
This commit is contained in:
parent
736592b4e1
commit
f29766731c
@ -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>" +
|
||||
" <font color='#FFC300'>" + bean.getName() + "</font> " +
|
||||
" <font color='#FFC300'>(" + bean.getName() + ")</font> " +
|
||||
"<font color='#5993FF'>" + mContext.getString(R.string.live_details_sned_gift_text2) + "</font>" +
|
||||
" <font color='#FFC300'>" + anchorName + "</font> " +
|
||||
" <font color='#FFC300'>(" + anchorName + ")</font>" +
|
||||
"<font color='#5993FF'>" + mContext.getString(R.string.live_details_sned_gift_text3) + "</font>"
|
||||
);
|
||||
title.setText(spanned);
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user