forked from mirrors/linphone-iphone
Call view changes
This commit is contained in:
parent
caa3543202
commit
60d128f4f2
5 changed files with 519 additions and 483 deletions
21
Linphone/Assets.xcassets/lock_simple.imageset/Contents.json
vendored
Normal file
21
Linphone/Assets.xcassets/lock_simple.imageset/Contents.json
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "lock_simple.svg",
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
3
Linphone/Assets.xcassets/lock_simple.imageset/lock_simple.svg
vendored
Normal file
3
Linphone/Assets.xcassets/lock_simple.imageset/lock_simple.svg
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M12.1875 4.6875H10.3125V3.28125C10.3125 2.53533 10.0162 1.81996 9.48874 1.29251C8.96129 0.765066 8.24592 0.46875 7.5 0.46875C6.75408 0.46875 6.03871 0.765066 5.51126 1.29251C4.98382 1.81996 4.6875 2.53533 4.6875 3.28125V4.6875H2.8125C2.56386 4.6875 2.3254 4.78627 2.14959 4.96209C1.97377 5.1379 1.875 5.37636 1.875 5.625V12.1875C1.875 12.4361 1.97377 12.6746 2.14959 12.8504C2.3254 13.0262 2.56386 13.125 2.8125 13.125H12.1875C12.4361 13.125 12.6746 13.0262 12.8504 12.8504C13.0262 12.6746 13.125 12.4361 13.125 12.1875V5.625C13.125 5.37636 13.0262 5.1379 12.8504 4.96209C12.6746 4.78627 12.4361 4.6875 12.1875 4.6875ZM5.625 3.28125C5.625 2.78397 5.82254 2.30706 6.17417 1.95542C6.52581 1.60379 7.00272 1.40625 7.5 1.40625C7.99728 1.40625 8.47419 1.60379 8.82582 1.95542C9.17746 2.30706 9.375 2.78397 9.375 3.28125V4.6875H5.625V3.28125ZM12.1875 12.1875H2.8125V5.625H12.1875V12.1875Z" fill="#4AA8FF"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1,013 B |
|
|
@ -143,8 +143,8 @@ final class ContactsManager: ObservableObject {
|
|||
|
||||
func textToImage(firstName: String, lastName: String) -> UIImage {
|
||||
let lblNameInitialize = UILabel()
|
||||
lblNameInitialize.frame.size = CGSize(width: 100.0, height: 100.0)
|
||||
lblNameInitialize.font = UIFont(name: "NotoSans-ExtraBold", size: 40)
|
||||
lblNameInitialize.frame.size = CGSize(width: 200.0, height: 200.0)
|
||||
lblNameInitialize.font = UIFont(name: "NotoSans-ExtraBold", size: 80)
|
||||
lblNameInitialize.textColor = UIColor(Color.grayMain2c600)
|
||||
|
||||
var textToDisplay = ""
|
||||
|
|
|
|||
|
|
@ -170,6 +170,9 @@
|
|||
},
|
||||
"Appel" : {
|
||||
|
||||
},
|
||||
"Appel chiffré de bout en bout" : {
|
||||
|
||||
},
|
||||
"assistant_account_login" : {
|
||||
"extractionState" : "manual",
|
||||
|
|
@ -436,9 +439,6 @@
|
|||
},
|
||||
"Other actions" : {
|
||||
|
||||
},
|
||||
"Outgoing call" : {
|
||||
|
||||
},
|
||||
"password" : {
|
||||
"extractionState" : "manual",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue