fix:修复公屏-装扮礼物icon展示大小问题

This commit is contained in:
Max
2024-02-02 10:56:23 +08:00
parent 784aeebdf4
commit 2c4fb0e056

View File

@@ -2980,8 +2980,8 @@ public class MessageView extends FrameLayout {
}
}
})
.append(" 获得 "+dressName, new ForegroundColorSpan(whiteColor))
.append(dressImage, giftLength, giftLength);
.append(" 获得 " + dressName + " ", new ForegroundColorSpan(whiteColor))
.append(dressImage, giftLength);
tvContent.setText(text.build());
tvContent.setOnClickListener(null);
tvContent.setMovementMethod(new LinkMovementMethod());