修复#232问题
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user