底部操作栏、更多菜单排序
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
#import "RtcManager.h"
|
||||
#import "XCHudTool.h"
|
||||
#import "StatisticsServiceHelper.h"
|
||||
#import "Themecolor.h"
|
||||
///Model
|
||||
#import "XPRoomMenuItem.h"
|
||||
#import "MicroQueueModel.h"
|
||||
@@ -363,7 +364,7 @@
|
||||
_inputButton.titleLabel.font = [UIFont systemFontOfSize:15];
|
||||
_inputButton.layer.masksToBounds = YES;
|
||||
_inputButton.layer.cornerRadius = 15;
|
||||
[_inputButton setBackgroundImage:[UIImage imageNamed:@"room_menu_input_bg"] forState:UIControlStateNormal];
|
||||
_inputButton.backgroundColor = UIColorRGBAlpha(0xFFFFFF, 0.3);
|
||||
_inputButton.tag = XPRoomMenuItemType_Input;
|
||||
[_inputButton addTarget:self action:@selector(menuButtonAction:) forControlEvents:UIControlEventTouchUpInside];
|
||||
}
|
||||
|
Reference in New Issue
Block a user