fix:修复公屏-装扮礼物icon展示大小问题
This commit is contained in:
@@ -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());
|
||||
|
Reference in New Issue
Block a user