diff --git a/Linphone/Assets.xcassets/layout.imageset/Contents.json b/Linphone/Assets.xcassets/layout.imageset/Contents.json new file mode 100644 index 000000000..0d78dca43 --- /dev/null +++ b/Linphone/Assets.xcassets/layout.imageset/Contents.json @@ -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 + } +} diff --git a/Linphone/Assets.xcassets/layout.imageset/layout.svg b/Linphone/Assets.xcassets/layout.imageset/layout.svg new file mode 100644 index 000000000..f41fdf253 --- /dev/null +++ b/Linphone/Assets.xcassets/layout.imageset/layout.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Linphone/UI/Call/CallView.swift b/Linphone/UI/Call/CallView.swift index c63669942..b6f4e83e8 100644 --- a/Linphone/UI/Call/CallView.swift +++ b/Linphone/UI/Call/CallView.swift @@ -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)