forked from mirrors/linphone-iphone
Wrap display name of participants in conference grid mode
This commit is contained in:
parent
eeec7e38d7
commit
7d8b511d3e
1 changed files with 2 additions and 2 deletions
|
|
@ -152,8 +152,8 @@ class VoipGridParticipantCell: UICollectionViewCell {
|
|||
}
|
||||
|
||||
contentView.addSubview(displayName)
|
||||
displayName.alignParentLeft(withMargin:ActiveCallView.bottom_displayname_margin_left).alignParentBottom(withMargin:ActiveCallView.bottom_displayname_margin_bottom).done()
|
||||
|
||||
displayName.alignParentLeft(withMargin:ActiveCallView.bottom_displayname_margin_left).alignParentBottom(withMargin:ActiveCallView.bottom_displayname_margin_bottom).alignParentRight().done()
|
||||
|
||||
contentView.addSubview(pauseLabel)
|
||||
pauseLabel.toRightOf(displayName,withLeftMargin: pause_label_left_margin).alignParentBottom(withMargin:ActiveCallView.bottom_displayname_margin_bottom).done()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue