mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-17 20:08:31 +00:00
Change the layout icon in the conference call
This commit is contained in:
parent
014e7c575e
commit
42997d6891
3 changed files with 24 additions and 2 deletions
21
Linphone/Assets.xcassets/layout.imageset/Contents.json
vendored
Normal file
21
Linphone/Assets.xcassets/layout.imageset/Contents.json
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "layout.svg",
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
1
Linphone/Assets.xcassets/layout.imageset/layout.svg
vendored
Normal file
1
Linphone/Assets.xcassets/layout.imageset/layout.svg
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="#000000" viewBox="0 0 256 256"><path d="M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40Zm0,16V96H40V56ZM40,112H96v88H40Zm176,88H112V112H216v88Z"></path></svg>
|
||||
|
After Width: | Height: | Size: 274 B |
|
|
@ -2219,7 +2219,7 @@ struct CallView: View {
|
|||
changeLayoutSheet = true
|
||||
} label: {
|
||||
HStack {
|
||||
Image("notebook")
|
||||
Image("layout")
|
||||
.renderingMode(.template)
|
||||
.resizable()
|
||||
.foregroundStyle(.white)
|
||||
|
|
@ -2648,7 +2648,7 @@ struct CallView: View {
|
|||
changeLayoutSheet = true
|
||||
} label: {
|
||||
HStack {
|
||||
Image("notebook")
|
||||
Image("layout")
|
||||
.renderingMode(.template)
|
||||
.resizable()
|
||||
.foregroundStyle(.white)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue