房间公屏等级图标大小尺寸
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user