优化发送输入框
This commit is contained in:
@@ -791,7 +791,7 @@
|
||||
- (UIButton *)sendButton {
|
||||
if (!_sendButton) {
|
||||
_sendButton = [UIButton buttonWithType:UIButtonTypeCustom];
|
||||
[_sendButton setTitle:KBLocalized(@"发送") forState:UIControlStateNormal];
|
||||
[_sendButton setTitle:KBLocalized(@"send") forState:UIControlStateNormal];
|
||||
[_sendButton setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal];
|
||||
_sendButton.titleLabel.font = [UIFont systemFontOfSize:15 weight:UIFontWeightMedium];
|
||||
_sendButton.backgroundColor = [UIColor colorWithRed:0.2 green:0.6 blue:1.0 alpha:1.0];
|
||||
|
||||
Reference in New Issue
Block a user