Secrets recovery: Add new images.

This commit is contained in:
SBiOSoftWhare 2020-06-11 13:20:07 +02:00
parent 1e90b8d154
commit f0a721aebf
10 changed files with 54 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
}
}

View file

@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "secrets_recovery_key.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "secrets_recovery_key@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "secrets_recovery_key@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

View file

@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "secrets_recovery_passphrase.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "secrets_recovery_passphrase@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "secrets_recovery_passphrase@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

View file

@ -104,6 +104,8 @@ internal enum Asset {
internal static let fileVideoIcon = ImageAsset(name: "file_video_icon") internal static let fileVideoIcon = ImageAsset(name: "file_video_icon")
internal static let searchBg = ImageAsset(name: "search_bg") internal static let searchBg = ImageAsset(name: "search_bg")
internal static let searchIcon = ImageAsset(name: "search_icon") internal static let searchIcon = ImageAsset(name: "search_icon")
internal static let secretsRecoveryKey = ImageAsset(name: "secrets_recovery_key")
internal static let secretsRecoveryPassphrase = ImageAsset(name: "secrets_recovery_passphrase")
internal static let removeIconPink = ImageAsset(name: "remove_icon_pink") internal static let removeIconPink = ImageAsset(name: "remove_icon_pink")
internal static let settingsIcon = ImageAsset(name: "settings_icon") internal static let settingsIcon = ImageAsset(name: "settings_icon")
internal static let tabFavourites = ImageAsset(name: "tab_favourites") internal static let tabFavourites = ImageAsset(name: "tab_favourites")