feat:去掉守护星球公屏昵称前后空格:和其他公屏样式风格保持一致
This commit is contained in:
@@ -1957,7 +1957,7 @@ public class MessageView extends FrameLayout {
|
||||
// 內容
|
||||
SpannableBuilder text = new SpannableBuilder(tvContent)
|
||||
.append(ResUtil.getString(R.string.congratulation), new ForegroundColorSpan(greyColor))
|
||||
.append(" " + attachment.getNick() + " ", new ForegroundColorSpan(roomTipNickColor),
|
||||
.append(attachment.getNick(), new ForegroundColorSpan(roomTipNickColor),
|
||||
new OriginalDrawStatusClickSpan() {
|
||||
@Override
|
||||
public void onClick(@NonNull View widget) {
|
||||
|
Reference in New Issue
Block a user