房间公屏等级图标大小尺寸

This commit is contained in:
oujunhui
2020-09-28 16:52:30 +08:00
parent 1169be9a1a
commit 872c0a5f50

View File

@@ -290,9 +290,9 @@ public class MessageView extends FrameLayout {
sysIconHeight = Utils.dip2px(context, 14);
smallFace = Utils.dip2px(context, 22);
bigFace = Utils.dip2px(context, 30);
//经验等级图片后台已经更换尺寸了公屏同步下尺寸是22:17
expLevelHeight = Utils.dip2px(context, 15);
expLevelWidth = expLevelHeight * 22 / 17;//expLevelHeight * 114 / 45
//经验等级图片后台已经更换尺寸了公屏同步下尺寸是25:20
expLevelHeight = Utils.dip2px(context, 20);
expLevelWidth = expLevelHeight * 25 / 20;//expLevelHeight * 114 / 45
giftLength = Utils.dip2px(context, 35);
// 内容区域
layoutManger = new LinearLayoutManager(context, RecyclerView.VERTICAL, false);