mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Voip Extra buttons background on iOS 12
This commit is contained in:
parent
89d93ee7d3
commit
7db3a0fe7b
1 changed files with 7 additions and 1 deletions
|
|
@ -42,8 +42,14 @@ class VoipExtraButtonsView: UIStackView {
|
|||
|
||||
layer.cornerRadius = corner_radius
|
||||
clipsToBounds = true
|
||||
|
||||
let background = UIView()
|
||||
background.backgroundColor = VoipTheme.voipExtraButtonsBackgroundColor.get()
|
||||
addSubview(background)
|
||||
background.layer.cornerRadius = corner_radius
|
||||
background.clipsToBounds = true
|
||||
background.matchParentDimmensions().done()
|
||||
|
||||
backgroundColor = VoipTheme.voipExtraButtonsBackgroundColor.get()
|
||||
height(height).done()
|
||||
|
||||
let row1 = UIStackView()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue