mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Cosmetic on dots menu & micro icon on conversation view
This commit is contained in:
parent
0ccb7e4913
commit
b9430bffc2
2 changed files with 3 additions and 2 deletions
|
|
@ -196,7 +196,8 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
_vrInnerView.layer.masksToBounds = YES;
|
||||
_vrWaveMaskPlayer.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"color_L"]]; // rgba(1,88,7,0.2);
|
||||
_showVoiceRecorderView = false;
|
||||
|
||||
_toggleMenuButton.imageView.contentMode = UIViewContentModeScaleAspectFit;
|
||||
_toggleRecord.imageView.contentMode = UIViewContentModeScaleAspectFit;
|
||||
}
|
||||
|
||||
- (void)refreshData {
|
||||
|
|
|
|||
|
|
@ -399,7 +399,7 @@ static const CGFloat REPLY_OR_FORWARD_TAG_HEIGHT = 18;
|
|||
return cached;
|
||||
}
|
||||
|
||||
CGSize size = [self ViewHeightForMessageText:chat withWidth:width textForImdn:nil];
|
||||
CGSize size = [self ViewHeightForMessageText:chat withWidth:width textForImdn:nil];
|
||||
size.height += linphone_chat_message_is_forward(chat) || linphone_chat_message_is_reply(chat) ? REPLY_OR_FORWARD_TAG_HEIGHT : 0;
|
||||
size.height += linphone_chat_message_is_reply(chat) ? REPLY_CHAT_BUBBLE_HEIGHT+5 : 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue